Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Danon_inodes.c167 anon_inode_mnt = kern_mount(&anon_inode_fs_type); in anon_inode_init()
Dnsfs.c157 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
Dpipe.c1116 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
Daio.c256 aio_mnt = kern_mount(&aio_fs); in aio_setup()
Dblock_dev.c563 bd_mnt = kern_mount(&bd_type); in bdev_cache_init()
/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c64 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
/linux-4.1.27/fs/devpts/
Dinode.c700 devpts_mnt = kern_mount(&devpts_fs_type); in init_devpts_fs()
/linux-4.1.27/mm/
Dshmem.c3233 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
3272 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
/linux-4.1.27/security/smack/
Dsmackfs.c2559 smackfs_mount = kern_mount(&smk_fs_type); in init_smk_fs()
/linux-4.1.27/security/selinux/
Dselinuxfs.c1874 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); in init_sel_fs()
/linux-4.1.27/include/linux/
Dfs.h1986 #define kern_mount(type) kern_mount_data(type, NULL) macro
/linux-4.1.27/net/
Dsocket.c2513 sock_mnt = kern_mount(&sock_fs_type); in sock_init()
/linux-4.1.27/arch/ia64/kernel/
Dperfmon.c1534 pfmfs_mnt = kern_mount(&pfm_fs_type); in init_pfm_fs()