Home
last modified time | relevance | path

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

/linux-3.4.99/fs/proc/
Droot.c267 mnt = kern_mount_data(&proc_fs_type, ns); in pid_ns_prepare_proc()
/linux-3.4.99/fs/
Dnamespace.c2608 struct vfsmount *kern_mount_data(struct file_system_type *type, void *data) in kern_mount_data() function
2621 EXPORT_SYMBOL_GPL(kern_mount_data);
/linux-3.4.99/include/linux/
Dfs.h1894 extern struct vfsmount *kern_mount_data(struct file_system_type *, void *data);
1895 #define kern_mount(type) kern_mount_data(type, NULL)
/linux-3.4.99/ipc/
Dmqueue.c1249 ns->mq_mnt = kern_mount_data(&mqueue_fs_type, ns); in mq_init_ns()