Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dgetroot.c67 int nfs_get_root(struct super_block *s, struct fs_context *fc) in nfs_get_root() function
H A Dinternal.h485 extern int nfs_get_root(struct super_block *s, struct fs_context *fc);
H A Dsuper.c1316 error = nfs_get_root(s, fc); in nfs_get_tree_common()