Searched refs:mount_ns (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/proc/ |
D | root.c | 101 return mount_ns(fs_type, flags, data, ns, ns->user_ns, proc_fill_super); in proc_mount()
|
/Linux-v4.19/fs/ |
D | super.c | 1056 struct dentry *mount_ns(struct file_system_type *fs_type, in mount_ns() function 1087 EXPORT_SYMBOL(mount_ns);
|
/Linux-v4.19/fs/nfsd/ |
D | nfsctl.c | 1185 return mount_ns(fs_type, flags, data, net, net->user_ns, nfsd_fill_super); in nfsd_mount()
|
/Linux-v4.19/net/sunrpc/ |
D | rpc_pipe.c | 1436 return mount_ns(fs_type, flags, data, net, net->user_ns, rpc_fill_super); in rpc_mount()
|
/Linux-v4.19/ipc/ |
D | mqueue.c | 357 return mount_ns(fs_type, flags, data, ns, ns->user_ns, mqueue_fill_super); in mqueue_mount()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 2140 extern struct dentry *mount_ns(struct file_system_type *fs_type,
|