Home
last modified time | relevance | path

Searched refs:kern_mount_data (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/proc/
Droot.c214 mnt = kern_mount_data(&proc_fs_type, ns); in pid_ns_prepare_proc()
/Linux-v4.19/fs/hugetlbfs/
Dinode.c1403 hugetlbfs_vfsmount[i] = kern_mount_data(&hugetlbfs_fs_type, in init_hugetlbfs_fs()
/Linux-v4.19/include/linux/
Dfs.h2220 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);
2221 #define kern_mount(type) kern_mount_data(type, NULL)
/Linux-v4.19/fs/
Dnamespace.c3240 struct vfsmount *kern_mount_data(struct file_system_type *type, void *data) in kern_mount_data() function
3253 EXPORT_SYMBOL_GPL(kern_mount_data);
/Linux-v4.19/ipc/
Dmqueue.c1541 ns->mq_mnt = kern_mount_data(&mqueue_fs_type, ns); in mq_init_ns()