Searched refs:mount_ns (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ |
D | super.c | 921 struct dentry *mount_ns(struct file_system_type *fs_type, int flags, in mount_ns() function 944 EXPORT_SYMBOL(mount_ns);
|
/linux-4.4.14/fs/nfsd/ |
D | nfsctl.c | 1170 return mount_ns(fs_type, flags, current->nsproxy->net_ns, nfsd_fill_super); in nfsd_mount()
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 339 return mount_ns(fs_type, flags, data, mqueue_fill_super); in mqueue_mount()
|
/linux-4.4.14/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.4.14/include/linux/ |
D | fs.h | 1961 extern struct dentry *mount_ns(struct file_system_type *fs_type, int flags,
|