Lines Matching refs:objectid

396 		  result_string, what, sctx->cmp_key->objectid,  in inconsistent_snapshot_error()
938 key.objectid = ino; in get_inode_info()
1081 found_key->objectid, in iterate_inode_ref()
1261 key.objectid = ino; in get_inode_path()
1273 if (found_key.objectid != ino || in get_inode_path()
1765 key.objectid = ino; in read_symlink()
2018 *found_inode = key.objectid; in lookup_dir_item_inode()
2043 key.objectid = ino; in get_first_ref()
2053 if (ret || found_key.objectid != ino || in get_first_ref()
2536 key.objectid = btrfs_root_id(send_root); in send_subvol_begin()
2552 key.objectid != btrfs_root_id(send_root)) { in send_subvol_begin()
2750 key.objectid = ino; in send_utimes()
2969 key.objectid = dir; in did_create_dir()
2976 if (found_key.objectid != key.objectid || in did_create_dir()
2986 di_key.objectid < sctx->send_progress) { in did_create_dir()
3238 key.objectid = dir; in can_rmdir()
3256 if (key.objectid != dir || key.type != BTRFS_DIR_INDEX_KEY) { in can_rmdir()
3265 dir_high_seq_ino = loc.objectid; in can_rmdir()
3274 key.objectid = dir; in can_rmdir()
3281 if (found_key.objectid != key.objectid || in can_rmdir()
3289 dir_high_seq_ino = max(dir_high_seq_ino, loc.objectid); in can_rmdir()
3292 dm = get_waiting_dir_move(sctx, loc.objectid); in can_rmdir()
3300 if (loc.objectid > sctx->cur_ino) { in can_rmdir()
3788 key.objectid = parent_ref->dir; in wait_for_dest_dir_move()
3820 ret = get_inode_gen(sctx->parent_root, di_key.objectid, &left_gen); in wait_for_dest_dir_move()
3823 ret = get_inode_gen(sctx->send_root, di_key.objectid, &right_gen); in wait_for_dest_dir_move()
3836 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move()
3841 di_key.objectid, in wait_for_dest_dir_move()
3915 key.objectid = ino2; in is_ancestor()
3925 if (key.objectid != ino2) in is_ancestor()
4851 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
4855 if (found_key.objectid != key.objectid || in process_all_refs()
5142 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
5146 if (found_key.objectid != key.objectid || in process_all_new_xattrs()
5949 key.objectid = clone_root->ino; in clone_range()
5957 if (key.objectid == clone_root->ino && in clone_range()
5987 if (key.objectid != clone_root->ino || in clone_range()
6294 key.objectid = ekey->objectid; in is_extent_unchanged()
6311 if (found_key.objectid != key.objectid || in is_extent_unchanged()
6395 if (ret || found_key.objectid != key.objectid || in is_extent_unchanged()
6435 key.objectid = sctx->cur_ino; in get_last_extent()
6443 if (key.objectid != sctx->cur_ino || key.type != BTRFS_EXTENT_DATA_KEY) in get_last_extent()
6466 key.objectid = sctx->cur_ino; in range_is_hole_in_parent()
6491 if (key.objectid < sctx->cur_ino || in range_is_hole_in_parent()
6494 if (key.objectid > sctx->cur_ino || in range_is_hole_in_parent()
6523 if (sctx->cur_ino != key->objectid || !need_send_hole(sctx)) in maybe_send_hole()
6604 ret = find_extent_clone(sctx, path, key->objectid, key->offset, in process_extent()
6632 key.objectid = sctx->cmp_key->objectid; in process_all_extents()
6636 if (found_key.objectid != key.objectid || in process_all_extents()
6662 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && in process_recorded_refs_if_needed()
6721 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) in finish_inode_if_needed()
6900 sctx->cur_ino = key->objectid; in changed_inode()
7111 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_ref()
7139 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_xattr()
7179 if (sctx->cur_ino != sctx->cmp_key->objectid) in changed_extent()
7338 if (key->objectid == BTRFS_FREE_INO_OBJECTID || in changed_cb()
7339 key->objectid == BTRFS_FREE_SPACE_OBJECTID) in changed_cb()
7384 key->objectid, key->type, key->offset, in search_key_again()
7407 key.objectid = BTRFS_FIRST_FREE_OBJECTID; in full_send_tree()