Searched refs:get_tree_keyed (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | fs_context.h | 161 extern int get_tree_keyed(struct fs_context *fc,
|
| /Linux-v5.4/fs/proc/ |
| D | root.c | 160 return get_tree_keyed(fc, proc_fill_super, ctx->pid_ns); in proc_get_tree()
|
| /Linux-v5.4/fs/ |
| D | super.c | 1239 int get_tree_keyed(struct fs_context *fc, in get_tree_keyed() function 1247 EXPORT_SYMBOL(get_tree_keyed);
|
| /Linux-v5.4/fs/nfsd/ |
| D | nfsctl.c | 1388 return get_tree_keyed(fc, nfsd_fill_super, get_net(fc->net_ns)); in nfsd_fs_get_tree()
|
| /Linux-v5.4/net/sunrpc/ |
| D | rpc_pipe.c | 1419 return get_tree_keyed(fc, rpc_fill_super, get_net(fc->net_ns)); in rpc_fs_get_tree()
|
| /Linux-v5.4/ipc/ |
| D | mqueue.c | 367 return get_tree_keyed(fc, mqueue_fill_super, ctx->ipc_ns); in mqueue_get_tree()
|