Home
last modified time | relevance | path

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

/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.c3818 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount() function
3831 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()
/fs/btrfs/tests/
Dbtrfs-tests.c74 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()