Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmount.h100 extern struct vfsmount *kern_mount(struct file_system_type *);
/linux/drivers/dax/
H A Dsuper.c698 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/virt/kvm/
H A Dguest_memfd.c963 kvm_gmem_mnt = kern_mount(&kvm_gmem_fs);
/linux/fs/
H A Dpidfs.c1189 pidfs_mnt = kern_mount(&pidfs_type); in pidfs_init()
H A Dpipe.c1621 pipe_mnt = kern_mount(&pipe_fs_type); in init_pipe_fs()
H A Dnamespace.c6241 nullfs_mnt = kern_mount(&nullfs_fs_type); in init_mount_tree()
6300 struct vfsmount *kern_mount(struct file_system_type *type) in kern_mount() function
6313 EXPORT_SYMBOL_GPL(kern_mount);
/linux/block/
H A Dbdev.c495 blockdev_mnt = kern_mount(&bd_type); in bdev_cache_init()
/linux/security/selinux/
H A Dselinuxfs.c1990 selinux_null.mnt = kern_mount(&sel_fs_type); in init_sel_fs()
/linux/security/smack/
H A Dsmackfs.c2923 smackfs_mount = kern_mount(&smk_fs_type); in smk_fill_super()
/linux/security/apparmor/
H A Dapparmorfs.c2917 aafs_mnt = kern_mount(&aafs_ops); in aa_create_aafs()
/linux/net/
H A Dsocket.c3412 sock_mnt = kern_mount(&sock_fs_type); in sock_init()