Searched refs:mount_ns (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ |
D | super.c | 905 struct dentry *mount_ns(struct file_system_type *fs_type, int flags, in mount_ns() function 928 EXPORT_SYMBOL(mount_ns);
|
/linux-4.1.27/fs/nfsd/ |
D | nfsctl.c | 1170 return mount_ns(fs_type, flags, current->nsproxy->net_ns, nfsd_fill_super); in nfsd_mount()
|
/linux-4.1.27/net/sunrpc/ |
D | rpc_pipe.c | 1451 return mount_ns(fs_type, flags, current->nsproxy->net_ns, rpc_fill_super); in rpc_mount()
|
/linux-4.1.27/ipc/ |
D | mqueue.c | 340 return mount_ns(fs_type, flags, data, mqueue_fill_super); in mqueue_mount()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1936 extern struct dentry *mount_ns(struct file_system_type *fs_type, int flags,
|