Home
last modified time | relevance | path

Searched refs:kern_mount (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gemfs.c32 gemfs = kern_mount(type); in i915_gemfs_init()
/Linux-v5.4/fs/
Danon_inodes.c153 anon_inode_mnt = kern_mount(&anon_inode_fs_type); in anon_inode_init()
Dnsfs.c281 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
Dpipe.c1208 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
Dnamespace.c3788 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount() function
3801 EXPORT_SYMBOL_GPL(kern_mount);
Dblock_dev.c856 bd_mnt = kern_mount(&bd_type); in bdev_cache_init()
Daio.c272 aio_mnt = kern_mount(&aio_fs); in aio_setup()
/Linux-v5.4/fs/btrfs/tests/
Dbtrfs-tests.c74 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
/Linux-v5.4/drivers/dax/
Dsuper.c672 dax_mnt = kern_mount(&dax_fs_type); in dax_fs_init()
/Linux-v5.4/drivers/virtio/
Dvirtio_balloon.c880 balloon_mnt = kern_mount(&balloon_fs); in virtballoon_probe()
/Linux-v5.4/drivers/dma-buf/
Ddma-buf.c1284 dma_buf_mnt = kern_mount(&dma_buf_fs_type); in dma_buf_init()
/Linux-v5.4/drivers/misc/
Dvmw_balloon.c1897 vmballoon_mnt = kern_mount(&vmballoon_fs); in vmballoon_compaction_init()
/Linux-v5.4/mm/
Dz3fold.c265 z3fold_mnt = kern_mount(&z3fold_fs); in z3fold_mount()
Dshmem.c3904 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
4041 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
Dzsmalloc.c1819 zsmalloc_mnt = kern_mount(&zsmalloc_fs); in zsmalloc_mount()
/Linux-v5.4/security/smack/
Dsmackfs.c2966 smackfs_mount = kern_mount(&smk_fs_type); in init_smk_fs()
/Linux-v5.4/security/apparmor/
Dapparmorfs.c2513 aafs_mnt = kern_mount(&aafs_ops); in aa_create_aafs()
/Linux-v5.4/security/selinux/
Dselinuxfs.c2060 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); in init_sel_fs()
/Linux-v5.4/net/
Dsocket.c2948 sock_mnt = kern_mount(&sock_fs_type); in sock_init()
/Linux-v5.4/include/linux/
Dfs.h2303 extern struct vfsmount *kern_mount(struct file_system_type *);
/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c1491 pfmfs_mnt = kern_mount(&pfm_fs_type); in init_pfm_fs()