Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h101 extern struct vfsmount *kern_mount(struct file_system_type *);
/linux/fs/
H A Danon_inodes.c366 anon_inode_mnt = kern_mount(&anon_inode_fs_type); in anon_inode_init()
H A Dnsfs.c437 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
H A Dpidfs.c1076 pidfs_mnt = kern_mount(&pidfs_type); in pidfs_init()
H A Dpipe.c1539 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
H A Daio.c297 aio_mnt = kern_mount(&aio_fs); in aio_setup()
H A Dnamespace.c6173 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount() function
6186 EXPORT_SYMBOL_GPL(kern_mount);
/linux/mm/
H A Dsecretmem.c283 secretmem_mnt = kern_mount(&secretmem_fs); in secretmem_init()
H A Dshmem.c5478 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
5813 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
/linux/arch/um/drivers/
H A Dmconsole_kern.c703 mnt = kern_mount(proc_fs_type); in mount_proc()
/linux/fs/erofs/
H A Dfscache.c448 struct vfsmount *mnt = kern_mount(&erofs_anon_fs_type); in erofs_fscache_init_domain()
/linux/block/
H A Dbdev.c450 blockdev_mnt = kern_mount(&bd_type); in bdev_cache_init()
/linux/drivers/dma-buf/
H A Ddma-buf.c1727 dma_buf_mnt = kern_mount(&dma_buf_fs_type); in dma_buf_init()
/linux/fs/proc/
H A Dproc_sysctl.c1660 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
/linux/security/selinux/
H A Dselinuxfs.c2152 selinux_null.mnt = kern_mount(&sel_fs_type); in init_sel_fs()
/linux/security/apparmor/
H A Dapparmorfs.c2666 aafs_mnt = kern_mount(&aafs_ops); in aa_create_aafs()
/linux/net/
H A Dsocket.c3313 sock_mnt = kern_mount(&sock_fs_type); in sock_init()