Home
last modified time | relevance | path

Searched refs:vfs_get_tree (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dfs_context.h142 extern int vfs_get_tree(struct fs_context *fc);
/linux/fs/nfs/
H A Dnamespace.c295 ret = vfs_get_tree(fc); in nfs_do_submount()
/linux/fs/
H A Dsuper.c1804 int vfs_get_tree(struct fs_context *fc) in vfs_get_tree() function
1857 EXPORT_SYMBOL(vfs_get_tree);
H A Dnamespace.c1247 int err = vfs_get_tree(fc); in fc_mount()
3808 err = vfs_get_tree(fc); in do_new_mount()