Home
last modified time | relevance | path

Searched refs:get_tree_keyed (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dfs_context.h169 extern int get_tree_keyed(struct fs_context *fc,
/Linux-v5.15/fs/
Dsuper.c1190 int get_tree_keyed(struct fs_context *fc, in get_tree_keyed() function
1198 EXPORT_SYMBOL(get_tree_keyed);
/Linux-v5.15/fs/nfsd/
Dnfsctl.c1399 return get_tree_keyed(fc, nfsd_fill_super, get_net(fc->net_ns)); in nfsd_fs_get_tree()
/Linux-v5.15/net/sunrpc/
Drpc_pipe.c1422 return get_tree_keyed(fc, rpc_fill_super, get_net(fc->net_ns)); in rpc_fs_get_tree()
/Linux-v5.15/ipc/
Dmqueue.c430 return get_tree_keyed(fc, mqueue_fill_super, ctx->ipc_ns); in mqueue_get_tree()