Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmount.h114 extern struct vfsmount *kern_mount(struct file_system_type *);
/Linux-v6.6/fs/
Danon_inodes.c259 anon_inode_mnt = kern_mount(&anon_inode_fs_type); in anon_inode_init()
Dnsfs.c285 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
Dpipe.c1503 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
Dnamespace.c4750 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount() function
4763 EXPORT_SYMBOL_GPL(kern_mount);
Daio.c298 aio_mnt = kern_mount(&aio_fs); in aio_setup()
/Linux-v6.6/kernel/
Dusermode_driver.c24 mnt = kern_mount(type); in blob_to_mnt()
/Linux-v6.6/mm/
Dsecretmem.c286 secretmem_mnt = kern_mount(&secretmem_fs); in secretmem_init()
Dshmem.c4615 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
4720 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
/Linux-v6.6/fs/btrfs/tests/
Dbtrfs-tests.c82 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
/Linux-v6.6/drivers/dax/
Dsuper.c540 dax_mnt = kern_mount(&dax_fs_type); in dax_fs_init()
/Linux-v6.6/arch/um/drivers/
Dmconsole_kern.c703 mnt = kern_mount(proc_fs_type); in mount_proc()
/Linux-v6.6/fs/erofs/
Dfscache.c384 erofs_pseudo_mnt = kern_mount(&erofs_fs_type); in erofs_fscache_init_domain()
/Linux-v6.6/block/
Dbdev.c379 bd_mnt = kern_mount(&bd_type); in bdev_cache_init()
/Linux-v6.6/drivers/dma-buf/
Ddma-buf.c1717 dma_buf_mnt = kern_mount(&dma_buf_fs_type); in dma_buf_init()
/Linux-v6.6/fs/proc/
Dproc_sysctl.c1641 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
/Linux-v6.6/security/smack/
Dsmackfs.c3016 smackfs_mount = kern_mount(&smk_fs_type); in init_smk_fs()
/Linux-v6.6/security/selinux/
Dselinuxfs.c2160 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); in init_sel_fs()
/Linux-v6.6/security/apparmor/
Dapparmorfs.c2628 aafs_mnt = kern_mount(&aafs_ops); in aa_create_aafs()
/Linux-v6.6/net/
Dsocket.c3260 sock_mnt = kern_mount(&sock_fs_type); in sock_init()