Searched refs:get_tree_keyed (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_context.h | 171 extern int get_tree_keyed(struct fs_context *fc,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_context.h | 156 extern int get_tree_keyed(struct fs_context *fc,
|
/kernel/linux/linux-5.10/fs/ |
H A D | super.c | 1251 int get_tree_keyed(struct fs_context *fc, in get_tree_keyed() function 1259 EXPORT_SYMBOL(get_tree_keyed); variable
|
/kernel/linux/linux-6.6/fs/ |
H A D | super.c | 1366 int get_tree_keyed(struct fs_context *fc, in get_tree_keyed() function 1374 EXPORT_SYMBOL(get_tree_keyed); variable
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | rpc_pipe.c | 1421 return get_tree_keyed(fc, rpc_fill_super, get_net(fc->net_ns)); in rpc_fs_get_tree()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsctl.c | 1394 return get_tree_keyed(fc, nfsd_fill_super, get_net(fc->net_ns)); in nfsd_fs_get_tree()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsctl.c | 1429 return get_tree_keyed(fc, nfsd_fill_super, get_net(fc->net_ns)); in nfsd_fs_get_tree()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | rpc_pipe.c | 1422 return get_tree_keyed(fc, rpc_fill_super, get_net(fc->net_ns)); in rpc_fs_get_tree()
|
/kernel/linux/linux-5.10/ipc/ |
H A D | mqueue.c | 436 return get_tree_keyed(fc, mqueue_fill_super, ctx->ipc_ns); in mqueue_get_tree()
|
/kernel/linux/linux-6.6/ipc/ |
H A D | mqueue.c | 437 return get_tree_keyed(fc, mqueue_fill_super, ctx->ipc_ns); in mqueue_get_tree()
|
Completed in 18 milliseconds