Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Danon_inodes.c167 anon_inode_mnt = kern_mount(&anon_inode_fs_type); in anon_inode_init()
Dnsfs.c168 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
Dpipe.c1161 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
Daio.c256 aio_mnt = kern_mount(&aio_fs); in aio_setup()
Dblock_dev.c598 bd_mnt = kern_mount(&bd_type); in bdev_cache_init()
/linux-4.4.14/fs/btrfs/tests/
Dbtrfs-tests.c64 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
/linux-4.4.14/fs/devpts/
Dinode.c715 mnt = kern_mount(&devpts_fs_type); in init_devpts_fs()
/linux-4.4.14/mm/
Dshmem.c3244 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
3283 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
/linux-4.4.14/security/selinux/
Dselinuxfs.c1866 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); in init_sel_fs()
/linux-4.4.14/security/smack/
Dsmackfs.c3036 smackfs_mount = kern_mount(&smk_fs_type); in init_smk_fs()
/linux-4.4.14/include/linux/
Dfs.h2011 #define kern_mount(type) kern_mount_data(type, NULL) macro
/linux-4.4.14/net/
Dsocket.c2504 sock_mnt = kern_mount(&sock_fs_type); in sock_init()
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c1534 pfmfs_mnt = kern_mount(&pfm_fs_type); in init_pfm_fs()