Searched refs:kern_mount (Results 1 - 21 of 21) sorted by relevance

/linux-master/include/linux/
H A Dmount.h113 extern struct vfsmount *kern_mount(struct file_system_type *);
/linux-master/kernel/
H A Dusermode_driver.c24 mnt = kern_mount(type);
/linux-master/fs/
H A Danon_inodes.c276 anon_inode_mnt = kern_mount(&anon_inode_fs_type);
H A Dpidfs.c280 pidfs_mnt = kern_mount(&pidfs_type);
H A Dnsfs.c242 nsfs_mnt = kern_mount(&nsfs);
H A Dpipe.c1509 pipe_mnt = kern_mount(&pipe_fs_type);
H A Dnamespace.c5205 struct vfsmount *kern_mount(struct file_system_type *type) function
5218 EXPORT_SYMBOL_GPL(kern_mount); variable
H A Daio.c297 aio_mnt = kern_mount(&aio_fs);
/linux-master/mm/
H A Dsecretmem.c286 secretmem_mnt = kern_mount(&secretmem_fs);
H A Dshmem.c4678 shm_mnt = kern_mount(&shmem_fs_type);
4681 pr_err("Could not kern_mount tmpfs\n");
4781 shm_mnt = kern_mount(&shmem_fs_type);
/linux-master/fs/btrfs/tests/
H A Dbtrfs-tests.c83 test_mnt = kern_mount(&test_type);
/linux-master/drivers/dax/
H A Dsuper.c554 dax_mnt = kern_mount(&dax_fs_type);
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c703 mnt = kern_mount(proc_fs_type);
/linux-master/fs/erofs/
H A Dfscache.c455 struct vfsmount *mnt = kern_mount(&erofs_anon_fs_type);
/linux-master/drivers/dma-buf/
H A Ddma-buf.c1717 dma_buf_mnt = kern_mount(&dma_buf_fs_type);
/linux-master/block/
H A Dbdev.c391 blockdev_mnt = kern_mount(&bd_type);
/linux-master/fs/proc/
H A Dproc_sysctl.c1641 *proc_mnt = kern_mount(proc_fs_type);
/linux-master/security/smack/
H A Dsmackfs.c3016 smackfs_mount = kern_mount(&smk_fs_type);
/linux-master/security/apparmor/
H A Dapparmorfs.c2644 aafs_mnt = kern_mount(&aafs_ops);
/linux-master/security/selinux/
H A Dselinuxfs.c2147 selinux_null.mnt = kern_mount(&sel_fs_type);
/linux-master/net/
H A Dsocket.c3286 sock_mnt = kern_mount(&sock_fs_type);

Completed in 366 milliseconds