Lines Matching refs:objectid

291 		  result_string, what, sctx->cmp_key->objectid,  in inconsistent_snapshot_error()
292 sctx->send_root->root_key.objectid, in inconsistent_snapshot_error()
294 sctx->parent_root->root_key.objectid : 0)); in inconsistent_snapshot_error()
809 key.objectid = ino; in __get_inode_info()
1130 key.objectid = ino; in get_inode_path()
1142 if (found_key.objectid != ino || in get_inode_path()
1189 if (root < cr->root->objectid) in __clone_root_cmp_bsearch()
1191 if (root > cr->root->objectid) in __clone_root_cmp_bsearch()
1201 if (cr1->root->objectid < cr2->root->objectid) in __clone_root_cmp_sort()
1203 if (cr1->root->objectid > cr2->root->objectid) in __clone_root_cmp_sort()
1406 extent_item_pos = logical - found_key.objectid; in find_extent_clone()
1409 ret = iterate_extent_inodes(fs_info, found_key.objectid, in find_extent_clone()
1421 ino, data_offset, disk_byte, found_key.objectid); in find_extent_clone()
1474 key.objectid = ino; in read_symlink()
1491 ino, root->root_key.objectid); in read_symlink()
1709 *found_inode = key.objectid; in lookup_dir_item_inode()
1735 key.objectid = ino; in get_first_ref()
1745 if (ret || found_key.objectid != ino || in get_first_ref()
2349 key.objectid = send_root->objectid; in send_subvol_begin()
2365 key.objectid != send_root->objectid) { in send_subvol_begin()
2530 key.objectid = ino; in send_utimes()
2672 key.objectid = dir; in did_create_dir()
2694 if (found_key.objectid != key.objectid || in did_create_dir()
2704 di_key.objectid < sctx->send_progress) { in did_create_dir()
2934 key.objectid = dir; in can_rmdir()
2959 if (found_key.objectid != key.objectid || in can_rmdir()
2967 dm = get_waiting_dir_move(sctx, loc.objectid); in can_rmdir()
2981 if (loc.objectid > send_progress) { in can_rmdir()
3452 key.objectid = parent_ref->dir; in wait_for_dest_dir_move()
3484 ret = get_inode_info(sctx->parent_root, di_key.objectid, NULL, in wait_for_dest_dir_move()
3488 ret = get_inode_info(sctx->send_root, di_key.objectid, NULL, in wait_for_dest_dir_move()
3502 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move()
3507 di_key.objectid, in wait_for_dest_dir_move()
3580 key.objectid = ino2; in is_ancestor()
3604 if (key.objectid != ino2) in is_ancestor()
4421 key.objectid = sctx->cmp_key->objectid; in process_all_refs()
4442 if (found_key.objectid != key.objectid || in process_all_refs()
4727 key.objectid = sctx->cmp_key->objectid; in process_all_new_xattrs()
4749 if (found_key.objectid != key.objectid || in process_all_new_xattrs()
4780 key.objectid = sctx->cur_ino; in fill_read_buf()
4910 offset, len, clone_root->root->objectid, clone_root->ino, in send_clone()
5130 key.objectid = clone_root->ino; in clone_range()
5138 if (key.objectid == clone_root->ino && in clone_range()
5166 if (key.objectid != clone_root->ino || in clone_range()
5349 key.objectid = ekey->objectid; in is_extent_unchanged()
5366 if (found_key.objectid != key.objectid || in is_extent_unchanged()
5450 if (ret || found_key.objectid != key.objectid || in is_extent_unchanged()
5493 key.objectid = sctx->cur_ino; in get_last_extent()
5501 if (key.objectid != sctx->cur_ino || key.type != BTRFS_EXTENT_DATA_KEY) in get_last_extent()
5535 key.objectid = sctx->cur_ino; in range_is_hole_in_parent()
5560 if (key.objectid < sctx->cur_ino || in range_is_hole_in_parent()
5563 if (key.objectid > sctx->cur_ino || in range_is_hole_in_parent()
5604 if (sctx->cur_ino != key->objectid || !need_send_hole(sctx)) in maybe_send_hole()
5700 ret = find_extent_clone(sctx, path, key->objectid, key->offset, in process_extent()
5729 key.objectid = sctx->cmp_key->objectid; in process_all_extents()
5753 if (found_key.objectid != key.objectid || in process_all_extents()
5779 if (!at_end && sctx->cur_ino == sctx->cmp_key->objectid && in process_recorded_refs_if_needed()
5834 if (!at_end && sctx->cmp_key->objectid == sctx->cur_ino) in finish_inode_if_needed()
5960 key.objectid = sctx->cur_ino; in btrfs_unlink_all_paths()
5984 if (key.objectid != sctx->cur_ino) in btrfs_unlink_all_paths()
6027 sctx->cur_ino = key->objectid; in changed_inode()
6209 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_ref()
6237 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_xattr()
6264 if (sctx->cur_ino != sctx->cmp_key->objectid) { in changed_extent()
6433 if (key->objectid == BTRFS_FREE_INO_OBJECTID || in changed_cb()
6434 key->objectid == BTRFS_FREE_SPACE_OBJECTID) in changed_cb()
6466 key.objectid = BTRFS_FIRST_FREE_OBJECTID; in full_send_tree()
6592 root->send_in_progress, root->root_key.objectid); in btrfs_root_dec_send_in_progress()
6733 key.objectid = clone_sources_tmp[i]; in btrfs_ioctl_send()
6765 key.objectid = arg->parent_root; in btrfs_ioctl_send()