Lines Matching refs:fs_root
1663 char *btrfs_ref_to_path(struct btrfs_root *fs_root, struct btrfs_path *path, argument
1691 ret = btrfs_find_item(fs_root, path, parent, 0,
2049 static int iterate_inode_refs(u64 inum, struct btrfs_root *fs_root, argument
2066 ret = btrfs_find_item(fs_root, path, inum,
2093 btrfs_debug(fs_root->fs_info,
2096 fs_root->root_key.objectid);
2112 static int iterate_inode_extrefs(u64 inum, struct btrfs_root *fs_root, argument
2128 ret = btrfs_find_one_extref(fs_root, inum, offset, path, &extref,
2174 static int iterate_irefs(u64 inum, struct btrfs_root *fs_root, argument
2181 ret = iterate_inode_refs(inum, fs_root, path, iterate, ctx);
2187 ret = iterate_inode_extrefs(inum, fs_root, path, iterate, ctx);
2212 fspath = btrfs_ref_to_path(ipath->fs_root, ipath->btrfs_path, name_len,
2242 return iterate_irefs(inum, ipath->fs_root, ipath->btrfs_path,
2276 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, argument
2294 ifp->fs_root = fs_root;