Lines Matching refs:fs_root
1710 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, argument
1738 ret = btrfs_find_item(fs_root, path, parent, 0,
2115 static int iterate_inode_refs(u64 inum, struct btrfs_root *fs_root, argument
2132 ret = btrfs_find_item(fs_root, path, inum,
2159 btrfs_debug(fs_root->fs_info,
2162 fs_root->root_key.objectid);
2178 static int iterate_inode_extrefs(u64 inum, struct btrfs_root *fs_root, argument
2194 ret = btrfs_find_one_extref(fs_root, inum, offset, path, &extref,
2240 static int iterate_irefs(u64 inum, struct btrfs_root *fs_root, argument
2247 ret = iterate_inode_refs(inum, fs_root, path, iterate, ctx);
2253 ret = iterate_inode_extrefs(inum, fs_root, path, iterate, ctx);
2278 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len,
2308 return iterate_irefs(inum, ipath->fs_root, ipath->btrfs_path,
2342 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, argument
2360 ifp->fs_root = fs_root;