Lines Matching refs:fs_root
1396 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, argument
1424 ret = btrfs_find_item(fs_root, path, parent, 0,
1762 static int iterate_inode_refs(u64 inum, struct btrfs_root *fs_root, argument
1779 ret = btrfs_find_item(fs_root, path, inum,
1811 fs_root->objectid);
1828 static int iterate_inode_extrefs(u64 inum, struct btrfs_root *fs_root, argument
1844 ret = btrfs_find_one_extref(fs_root, inum, offset, path, &extref,
1895 static int iterate_irefs(u64 inum, struct btrfs_root *fs_root, argument
1902 ret = iterate_inode_refs(inum, fs_root, path, iterate, ctx);
1908 ret = iterate_inode_extrefs(inum, fs_root, path, iterate, ctx);
1933 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len,
1963 return iterate_irefs(inum, ipath->fs_root, ipath->btrfs_path,
1997 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, argument
2015 ifp->fs_root = fs_root;