Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmount.h113 extern struct vfsmount *kern_mount(struct file_system_type *);
/linux-5.19.10/kernel/
Dusermode_driver.c24 mnt = kern_mount(type); in blob_to_mnt()
/linux-5.19.10/fs/
Danon_inodes.c259 anon_inode_mnt = kern_mount(&anon_inode_fs_type); in anon_inode_init()
Dnsfs.c302 nsfs_mnt = kern_mount(&nsfs); in nsfs_init()
Dpipe.c1499 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
Dnamespace.c4449 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount() function
4462 EXPORT_SYMBOL_GPL(kern_mount);
Daio.c298 aio_mnt = kern_mount(&aio_fs); in aio_setup()
/linux-5.19.10/mm/
Dsecretmem.c284 secretmem_mnt = kern_mount(&secretmem_fs); in secretmem_init()
Dz3fold.c353 z3fold_mnt = kern_mount(&z3fold_fs); in z3fold_mount()
Dshmem.c3932 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
4033 shm_mnt = kern_mount(&shmem_fs_type); in shmem_init()
Dzsmalloc.c1772 zsmalloc_mnt = kern_mount(&zsmalloc_fs); in zsmalloc_mount()
/linux-5.19.10/fs/btrfs/tests/
Dbtrfs-tests.c80 test_mnt = kern_mount(&test_type); in btrfs_init_test_fs()
/linux-5.19.10/drivers/dax/
Dsuper.c472 dax_mnt = kern_mount(&dax_fs_type); in dax_fs_init()
/linux-5.19.10/arch/powerpc/platforms/pseries/
Dcmm.c574 balloon_mnt = kern_mount(&balloon_fs); in cmm_balloon_compaction_init()
/linux-5.19.10/arch/um/drivers/
Dmconsole_kern.c703 mnt = kern_mount(proc_fs_type); in mount_proc()
/linux-5.19.10/block/
Dbdev.c475 bd_mnt = kern_mount(&bd_type); in bdev_cache_init()
/linux-5.19.10/drivers/virtio/
Dvirtio_balloon.c912 balloon_mnt = kern_mount(&balloon_fs); in virtballoon_probe()
/linux-5.19.10/drivers/dma-buf/
Ddma-buf.c1459 dma_buf_mnt = kern_mount(&dma_buf_fs_type); in dma_buf_init()
/linux-5.19.10/drivers/misc/
Dvmw_balloon.c1893 vmballoon_mnt = kern_mount(&vmballoon_fs); in vmballoon_compaction_init()
/linux-5.19.10/fs/proc/
Dproc_sysctl.c1866 *proc_mnt = kern_mount(proc_fs_type); in process_sysctl_arg()
/linux-5.19.10/security/smack/
Dsmackfs.c3005 smackfs_mount = kern_mount(&smk_fs_type); in init_smk_fs()
/linux-5.19.10/security/apparmor/
Dapparmorfs.c2601 aafs_mnt = kern_mount(&aafs_ops); in aa_create_aafs()
/linux-5.19.10/security/selinux/
Dselinuxfs.c2237 selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); in init_sel_fs()
/linux-5.19.10/net/
Dsocket.c3190 sock_mnt = kern_mount(&sock_fs_type); in sock_init()