Home
last modified time | relevance | path

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

/linux-4.1.27/fs/proc/
Droot.c266 mnt = kern_mount_data(&proc_fs_type, ns); in pid_ns_prepare_proc()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c1072 hugetlbfs_vfsmount[i] = kern_mount_data(&hugetlbfs_fs_type, in init_hugetlbfs_fs()
/linux-4.1.27/include/linux/
Dfs.h1985 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);
1986 #define kern_mount(type) kern_mount_data(type, NULL)
/linux-4.1.27/fs/
Dnamespace.c3144 struct vfsmount *kern_mount_data(struct file_system_type *type, void *data) in kern_mount_data() function
3157 EXPORT_SYMBOL_GPL(kern_mount_data);
/linux-4.1.27/ipc/
Dmqueue.c1404 ns->mq_mnt = kern_mount_data(&mqueue_fs_type, ns); in mq_init_ns()