Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gemfs.c41 gemfs = kern_mount(type); in i915_gemfs_init()
/Linux-v4.19/fs/
Danon_inodes.c149 anon_inode_mnt = kern_mount(&anon_inode_fs_type); in anon_inode_init()
Dnsfs.c279 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
Dpipe.c1178 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
Dblock_dev.c822 bd_mnt = kern_mount(&bd_type); in bdev_cache_init()
Daio.c257 aio_mnt = kern_mount(&aio_fs); in aio_setup()
/Linux-v4.19/fs/btrfs/tests/
Dbtrfs-tests.c54 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
/Linux-v4.19/drivers/dax/
Dsuper.c615 dax_mnt = kern_mount(&dax_fs_type); in __dax_fs_init()
/Linux-v4.19/drivers/virtio/
Dvirtio_balloon.c592 balloon_mnt = kern_mount(&balloon_fs); in virtballoon_probe()
/Linux-v4.19/mm/
Dshmem.c3725 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
3858 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
Dzsmalloc.c1837 zsmalloc_mnt = kern_mount(&zsmalloc_fs); in zsmalloc_mount()
/Linux-v4.19/security/apparmor/
Dapparmorfs.c2507 aafs_mnt = kern_mount(&aafs_ops); in aa_create_aafs()
/Linux-v4.19/security/smack/
Dsmackfs.c2986 smackfs_mount = kern_mount(&smk_fs_type); in init_smk_fs()
/Linux-v4.19/security/selinux/
Dselinuxfs.c2052 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); in init_sel_fs()
/Linux-v4.19/include/linux/
Dfs.h2221 #define kern_mount(type) kern_mount_data(type, NULL) macro
/Linux-v4.19/net/
Dsocket.c2710 sock_mnt = kern_mount(&sock_fs_type); in sock_init()
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c1536 pfmfs_mnt = kern_mount(&pfm_fs_type); in init_pfm_fs()