Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmount.h114 extern struct vfsmount *kern_mount(struct file_system_type *);
/linux-6.6.21/kernel/
Dusermode_driver.c24 mnt = kern_mount(type); in blob_to_mnt()
/linux-6.6.21/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.c1500 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
Dnamespace.c4766 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount() function
4779 EXPORT_SYMBOL_GPL(kern_mount);
Daio.c298 aio_mnt = kern_mount(&aio_fs); in aio_setup()
/linux-6.6.21/mm/
Dsecretmem.c286 secretmem_mnt = kern_mount(&secretmem_fs); in secretmem_init()
Dshmem.c4632 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
4737 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
/linux-6.6.21/fs/btrfs/tests/
Dbtrfs-tests.c82 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
/linux-6.6.21/drivers/dax/
Dsuper.c540 dax_mnt = kern_mount(&dax_fs_type); in dax_fs_init()
/linux-6.6.21/fs/erofs/
Dfscache.c384 erofs_pseudo_mnt = kern_mount(&erofs_fs_type); in erofs_fscache_init_domain()
/linux-6.6.21/arch/um/drivers/
Dmconsole_kern.c703 mnt = kern_mount(proc_fs_type); in mount_proc()
/linux-6.6.21/block/
Dbdev.c379 bd_mnt = kern_mount(&bd_type); in bdev_cache_init()
/linux-6.6.21/drivers/dma-buf/
Ddma-buf.c1717 dma_buf_mnt = kern_mount(&dma_buf_fs_type); in dma_buf_init()
/linux-6.6.21/fs/proc/
Dproc_sysctl.c1652 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
/linux-6.6.21/security/selinux/
Dselinuxfs.c2160 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); in init_sel_fs()
/linux-6.6.21/security/smack/
Dsmackfs.c3016 smackfs_mount = kern_mount(&smk_fs_type); in init_smk_fs()
/linux-6.6.21/security/apparmor/
Dapparmorfs.c2632 aafs_mnt = kern_mount(&aafs_ops); in aa_create_aafs()
/linux-6.6.21/net/
Dsocket.c3262 sock_mnt = kern_mount(&sock_fs_type); in sock_init()