Lines Matching refs:objectid
397 result_string, what, sctx->cmp_key->objectid, in inconsistent_snapshot_error()
920 key.objectid = ino; in get_inode_info()
1057 found_key->objectid, in iterate_inode_ref()
1235 key.objectid = ino; in get_inode_path()
1247 if (found_key.objectid != ino || in get_inode_path()
1731 key.objectid = ino; in read_symlink()
1980 *found_inode = key.objectid; in lookup_dir_item_inode()
2005 key.objectid = ino; in get_first_ref()
2015 if (ret || found_key.objectid != ino || in get_first_ref()
2506 key.objectid = btrfs_root_id(send_root); in send_subvol_begin()
2522 key.objectid != btrfs_root_id(send_root)) { in send_subvol_begin()
2733 key.objectid = ino; in send_utimes()
2946 key.objectid = dir; in did_create_dir()
2953 if (found_key.objectid != key.objectid || in did_create_dir()
2963 di_key.objectid < sctx->send_progress) { in did_create_dir()
3220 key.objectid = dir; in can_rmdir()
3238 if (key.objectid != dir || key.type != BTRFS_DIR_INDEX_KEY) { in can_rmdir()
3247 dir_high_seq_ino = loc.objectid; in can_rmdir()
3256 key.objectid = dir; in can_rmdir()
3263 if (found_key.objectid != key.objectid || in can_rmdir()
3271 dir_high_seq_ino = max(dir_high_seq_ino, loc.objectid); in can_rmdir()
3274 dm = get_waiting_dir_move(sctx, loc.objectid); in can_rmdir()
3282 if (loc.objectid > sctx->cur_ino) { in can_rmdir()
3769 key.objectid = parent_ref->dir; in wait_for_dest_dir_move()
3801 ret = get_inode_gen(sctx->parent_root, di_key.objectid, &left_gen); in wait_for_dest_dir_move()
3804 ret = get_inode_gen(sctx->send_root, di_key.objectid, &right_gen); in wait_for_dest_dir_move()
3817 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move()
3822 di_key.objectid, in wait_for_dest_dir_move()
3896 key.objectid = ino2; in is_ancestor()
3906 if (key.objectid != ino2) in is_ancestor()
4829 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
4833 if (found_key.objectid != key.objectid || in process_all_refs()
5093 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
5097 if (found_key.objectid != key.objectid || in process_all_new_xattrs()
5876 key.objectid = clone_root->ino; in clone_range()
5884 if (key.objectid == clone_root->ino && in clone_range()
5914 if (key.objectid != clone_root->ino || in clone_range()
6221 key.objectid = ekey->objectid; in is_extent_unchanged()
6238 if (found_key.objectid != key.objectid || in is_extent_unchanged()
6322 if (ret || found_key.objectid != key.objectid || in is_extent_unchanged()
6362 key.objectid = sctx->cur_ino; in get_last_extent()
6370 if (key.objectid != sctx->cur_ino || key.type != BTRFS_EXTENT_DATA_KEY) in get_last_extent()
6393 key.objectid = sctx->cur_ino; in range_is_hole_in_parent()
6418 if (key.objectid < sctx->cur_ino || in range_is_hole_in_parent()
6421 if (key.objectid > sctx->cur_ino || in range_is_hole_in_parent()
6450 if (sctx->cur_ino != key->objectid || !need_send_hole(sctx)) in maybe_send_hole()
6531 ret = find_extent_clone(sctx, path, key->objectid, key->offset, in process_extent()
6559 key.objectid = sctx->cmp_key->objectid; in process_all_extents()
6563 if (found_key.objectid != key.objectid || in process_all_extents()
6589 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && in process_recorded_refs_if_needed()
6648 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) in finish_inode_if_needed()
6827 sctx->cur_ino = key->objectid; in changed_inode()
7039 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_ref()
7067 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_xattr()
7107 if (sctx->cur_ino != sctx->cmp_key->objectid) in changed_extent()
7265 if (key->objectid == BTRFS_FREE_INO_OBJECTID || in changed_cb()
7266 key->objectid == BTRFS_FREE_SPACE_OBJECTID) in changed_cb()
7311 key->objectid, key->type, key->offset, in search_key_again()
7334 key.objectid = BTRFS_FIRST_FREE_OBJECTID; in full_send_tree()