Home
last modified time | relevance | path

Searched refs:nfs_get_root (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/nfs/
Dgetroot.c67 int nfs_get_root(struct super_block *s, struct fs_context *fc) in nfs_get_root() function
Dinternal.h477 extern int nfs_get_root(struct super_block *s, struct fs_context *fc);
Dsuper.c1315 error = nfs_get_root(s, fc); in nfs_get_tree_common()