Lines Matching refs:fs_root
1410 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, argument
1438 ret = btrfs_find_item(fs_root, path, parent, 0,
1782 static int iterate_inode_refs(u64 inum, struct btrfs_root *fs_root, argument
1799 ret = btrfs_find_item(fs_root, path, inum,
1831 fs_root->objectid);
1848 static int iterate_inode_extrefs(u64 inum, struct btrfs_root *fs_root, argument
1864 ret = btrfs_find_one_extref(fs_root, inum, offset, path, &extref,
1915 static int iterate_irefs(u64 inum, struct btrfs_root *fs_root, argument
1922 ret = iterate_inode_refs(inum, fs_root, path, iterate, ctx);
1928 ret = iterate_inode_extrefs(inum, fs_root, path, iterate, ctx);
1953 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len,
1983 return iterate_irefs(inum, ipath->fs_root, ipath->btrfs_path,
2017 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, argument
2035 ifp->fs_root = fs_root;