Lines Matching refs:objectid
396 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error()
938 key.objectid = ino; in get_inode_info()
1075 found_key->objectid, in iterate_inode_ref()
1253 key.objectid = ino; in get_inode_path()
1265 if (found_key.objectid != ino || in get_inode_path()
1757 key.objectid = ino; in read_symlink()
2010 *found_inode = key.objectid; in lookup_dir_item_inode()
2035 key.objectid = ino; in get_first_ref()
2045 if (ret || found_key.objectid != ino || in get_first_ref()
2528 key.objectid = btrfs_root_id(send_root); in send_subvol_begin()
2544 key.objectid != btrfs_root_id(send_root)) { in send_subvol_begin()
2742 key.objectid = ino; in send_utimes()
2961 key.objectid = dir; in did_create_dir()
2968 if (found_key.objectid != key.objectid || in did_create_dir()
2978 di_key.objectid < sctx->send_progress) { in did_create_dir()
3230 key.objectid = dir; in can_rmdir()
3248 if (key.objectid != dir || key.type != BTRFS_DIR_INDEX_KEY) { in can_rmdir()
3257 dir_high_seq_ino = loc.objectid; in can_rmdir()
3266 key.objectid = dir; in can_rmdir()
3273 if (found_key.objectid != key.objectid || in can_rmdir()
3281 dir_high_seq_ino = max(dir_high_seq_ino, loc.objectid); in can_rmdir()
3284 dm = get_waiting_dir_move(sctx, loc.objectid); in can_rmdir()
3292 if (loc.objectid > sctx->cur_ino) { in can_rmdir()
3779 key.objectid = parent_ref->dir; in wait_for_dest_dir_move()
3811 ret = get_inode_gen(sctx->parent_root, di_key.objectid, &left_gen); in wait_for_dest_dir_move()
3814 ret = get_inode_gen(sctx->send_root, di_key.objectid, &right_gen); in wait_for_dest_dir_move()
3827 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move()
3832 di_key.objectid, in wait_for_dest_dir_move()
3906 key.objectid = ino2; in is_ancestor()
3916 if (key.objectid != ino2) in is_ancestor()
4840 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
4844 if (found_key.objectid != key.objectid || in process_all_refs()
5131 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
5135 if (found_key.objectid != key.objectid || in process_all_new_xattrs()
5945 key.objectid = clone_root->ino; in clone_range()
5953 if (key.objectid == clone_root->ino && in clone_range()
5983 if (key.objectid != clone_root->ino || in clone_range()
6290 key.objectid = ekey->objectid; in is_extent_unchanged()
6307 if (found_key.objectid != key.objectid || in is_extent_unchanged()
6391 if (ret || found_key.objectid != key.objectid || in is_extent_unchanged()
6431 key.objectid = sctx->cur_ino; in get_last_extent()
6439 if (key.objectid != sctx->cur_ino || key.type != BTRFS_EXTENT_DATA_KEY) in get_last_extent()
6462 key.objectid = sctx->cur_ino; in range_is_hole_in_parent()
6487 if (key.objectid < sctx->cur_ino || in range_is_hole_in_parent()
6490 if (key.objectid > sctx->cur_ino || in range_is_hole_in_parent()
6519 if (sctx->cur_ino != key->objectid || !need_send_hole(sctx)) in maybe_send_hole()
6600 ret = find_extent_clone(sctx, path, key->objectid, key->offset, in process_extent()
6628 key.objectid = sctx->cmp_key->objectid; in process_all_extents()
6632 if (found_key.objectid != key.objectid || in process_all_extents()
6658 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && in process_recorded_refs_if_needed()
6717 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) in finish_inode_if_needed()
6896 sctx->cur_ino = key->objectid; in changed_inode()
7107 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_ref()
7135 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_xattr()
7175 if (sctx->cur_ino != sctx->cmp_key->objectid) in changed_extent()
7333 if (key->objectid == BTRFS_FREE_INO_OBJECTID || in changed_cb()
7334 key->objectid == BTRFS_FREE_SPACE_OBJECTID) in changed_cb()
7379 key->objectid, key->type, key->offset, in search_key_again()
7402 key.objectid = BTRFS_FIRST_FREE_OBJECTID; in full_send_tree()