Lines Matching refs:fs_root
1348 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, argument
1376 ret = btrfs_find_item(fs_root, path, parent, 0,
1714 static int iterate_inode_refs(u64 inum, struct btrfs_root *fs_root, argument
1731 ret = btrfs_find_item(fs_root, path, inum,
1763 fs_root->objectid);
1780 static int iterate_inode_extrefs(u64 inum, struct btrfs_root *fs_root, argument
1796 ret = btrfs_find_one_extref(fs_root, inum, offset, path, &extref,
1847 static int iterate_irefs(u64 inum, struct btrfs_root *fs_root, argument
1854 ret = iterate_inode_refs(inum, fs_root, path, iterate, ctx);
1860 ret = iterate_inode_extrefs(inum, fs_root, path, iterate, ctx);
1885 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len,
1915 return iterate_irefs(inum, ipath->fs_root, ipath->btrfs_path,
1949 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, argument
1967 ifp->fs_root = fs_root;