Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h112 extern struct vfsmount *kern_mount(struct file_system_type *);
/linux/kernel/
H A Dusermode_driver.c24 mnt = kern_mount(type); in blob_to_mnt()
/linux/fs/btrfs/tests/
H A Dbtrfs-tests.c82 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
/linux/fs/
H A Dnsfs.c407 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
H A Dpidfs.c717 pidfs_mnt = kern_mount(&pidfs_type); in pidfs_init()
H A Dpipe.c1513 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
H A Dnamespace.c5747 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount() function
5760 EXPORT_SYMBOL_GPL(kern_mount);
/linux/drivers/dax/
H A Dsuper.c554 dax_mnt = kern_mount(&dax_fs_type); in dax_fs_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.c449 struct vfsmount *mnt = kern_mount(&erofs_anon_fs_type); in erofs_fscache_init_domain()
/linux/block/
H A Dbdev.c408 blockdev_mnt = kern_mount(&bd_type); in bdev_cache_init()
/linux/drivers/dma-buf/
H A Ddma-buf.c1736 dma_buf_mnt = kern_mount(&dma_buf_fs_type); in dma_buf_init()
/linux/fs/proc/
H A Dproc_sysctl.c1657 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
/linux/security/apparmor/
H A Dapparmorfs.c2649 aafs_mnt = kern_mount(&aafs_ops); in aa_create_aafs()
/linux/mm/
H A Dshmem.c5428 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
5763 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
/linux/net/
H A Dsocket.c3272 sock_mnt = kern_mount(&sock_fs_type); in sock_init()