Home
last modified time | relevance | path

Searched refs:mount_ns (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/proc/
Droot.c101 return mount_ns(fs_type, flags, data, ns, ns->user_ns, proc_fill_super); in proc_mount()
/Linux-v4.19/fs/
Dsuper.c1056 struct dentry *mount_ns(struct file_system_type *fs_type, in mount_ns() function
1087 EXPORT_SYMBOL(mount_ns);
/Linux-v4.19/fs/nfsd/
Dnfsctl.c1185 return mount_ns(fs_type, flags, data, net, net->user_ns, nfsd_fill_super); in nfsd_mount()
/Linux-v4.19/net/sunrpc/
Drpc_pipe.c1436 return mount_ns(fs_type, flags, data, net, net->user_ns, rpc_fill_super); in rpc_mount()
/Linux-v4.19/ipc/
Dmqueue.c357 return mount_ns(fs_type, flags, data, ns, ns->user_ns, mqueue_fill_super); in mqueue_mount()
/Linux-v4.19/include/linux/
Dfs.h2140 extern struct dentry *mount_ns(struct file_system_type *fs_type,