Searched refs:vfs_get_tree (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dfs_context.h142 extern int vfs_get_tree(struct fs_context *fc);
/linux-master/fs/nfs/
H A Dnamespace.c296 ret = vfs_get_tree(fc);
/linux-master/fs/
H A Dfsopen.c230 ret = vfs_get_tree(fc);
244 /* vfs_get_tree() callchains will have grabbed @s_umount */
H A Dsuper.c98 * If the superblock has neither passed through vfs_get_tree() or
100 * creation will succeed and SB_BORN is set by vfs_get_tree() or we're
1762 * vfs_get_tree - Get the mountable root
1769 int vfs_get_tree(struct fs_context *fc) function
1822 EXPORT_SYMBOL(vfs_get_tree); variable
H A Dnamespace.c1092 * caller should invoke vfs_get_tree() before calling this.
1125 int err = vfs_get_tree(fc);
3352 err = vfs_get_tree(fc);

Completed in 138 milliseconds