Searched refs:get_tree_keyed (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/include/linux/ |
D | fs_context.h | 156 extern int get_tree_keyed(struct fs_context *fc,
|
/linux-6.12.1/fs/ |
D | super.c | 1311 int get_tree_keyed(struct fs_context *fc, in get_tree_keyed() function 1319 EXPORT_SYMBOL(get_tree_keyed);
|
D | binfmt_misc.c | 1042 return get_tree_keyed(fc, bm_fill_super, get_user_ns(fc->user_ns)); in bm_get_tree()
|
/linux-6.12.1/net/sunrpc/ |
D | rpc_pipe.c | 1421 return get_tree_keyed(fc, rpc_fill_super, get_net(fc->net_ns)); in rpc_fs_get_tree()
|
/linux-6.12.1/ipc/ |
D | mqueue.c | 437 return get_tree_keyed(fc, mqueue_fill_super, ctx->ipc_ns); in mqueue_get_tree()
|
/linux-6.12.1/fs/nfsd/ |
D | nfsctl.c | 1402 return get_tree_keyed(fc, nfsd_fill_super, get_net(fc->net_ns)); in nfsd_fs_get_tree()
|