Searched refs:kern_mount (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/fs/
H A Dnsfs.c157 nsfs_mnt = kern_mount(&nsfs); nsfs_init()
H A Danon_inodes.c167 anon_inode_mnt = kern_mount(&anon_inode_fs_type); anon_inode_init()
H A Dpipe.c1116 pipe_mnt = kern_mount(&pipe_fs_type); init_pipe_fs()
H A Daio.c256 aio_mnt = kern_mount(&aio_fs); aio_setup()
H A Dblock_dev.c563 bd_mnt = kern_mount(&bd_type); bdev_cache_init()
/linux-4.1.27/fs/btrfs/tests/
H A Dbtrfs-tests.c64 test_mnt = kern_mount(&test_type); btrfs_init_test_fs()
/linux-4.1.27/include/linux/
H A Dipc_namespace.h46 /* The kern_mount of the mqueuefs sb. We take a ref on it */
H A Dfs.h1986 #define kern_mount(type) kern_mount_data(type, NULL) macro
/linux-4.1.27/include/uapi/linux/
H A Dfs.h90 #define MS_KERNMOUNT (1<<22) /* this is a kern_mount call */
/linux-4.1.27/fs/devpts/
H A Dinode.c700 devpts_mnt = kern_mount(&devpts_fs_type); init_devpts_fs()
/linux-4.1.27/mm/
H A Dshmem.c3233 shm_mnt = kern_mount(&shmem_fs_type); shmem_init()
3236 printk(KERN_ERR "Could not kern_mount tmpfs\n"); shmem_init()
3272 shm_mnt = kern_mount(&shmem_fs_type); shmem_init()
/linux-4.1.27/security/selinux/
H A Dselinuxfs.c1874 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); init_sel_fs()
/linux-4.1.27/security/smack/
H A Dsmackfs.c2559 smackfs_mount = kern_mount(&smk_fs_type); init_smk_fs()
/linux-4.1.27/net/
H A Dsocket.c2513 sock_mnt = kern_mount(&sock_fs_type); sock_init()
/linux-4.1.27/arch/ia64/kernel/
H A Dperfmon.c1534 pfmfs_mnt = kern_mount(&pfm_fs_type); init_pfm_fs()

Completed in 569 milliseconds