Lines Matching refs:objectid
284 root_key.objectid = root; in scrub_print_warning_inode()
380 extent_item_pos = swarn.logical - found_key.objectid; in scrub_print_warning()
404 iterate_extent_inodes(fs_info, found_key.objectid, in scrub_print_warning()
427 key.objectid = root; in scrub_fixup_readpage()
435 key.objectid = inum; in scrub_fixup_readpage()
1826 key_start.objectid = logical; in scrub_stripe()
1829 key_end.objectid = base + offset + nstripes * increment; in scrub_stripe()
1834 key_start.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe()
1837 key_end.objectid = BTRFS_EXTENT_CSUM_OBJECTID; in scrub_stripe()
1907 key.objectid = logical; in scrub_stripe()
1944 if (key.objectid + key.offset <= logical) in scrub_stripe()
1947 if (key.objectid >= logical + map->stripe_len) in scrub_stripe()
1958 if (key.objectid < logical && in scrub_stripe()
1963 (unsigned long long)key.objectid, in scrub_stripe()
1971 if (key.objectid < logical) { in scrub_stripe()
1972 key.offset -= logical - key.objectid; in scrub_stripe()
1973 key.objectid = logical; in scrub_stripe()
1975 if (key.objectid + key.offset > in scrub_stripe()
1978 key.objectid; in scrub_stripe()
1981 ret = scrub_extent(sdev, key.objectid, key.offset, in scrub_stripe()
1982 key.objectid - logical + physical, in scrub_stripe()
2071 key.objectid = sdev->dev->devid; in scrub_enumerate_chunks()
2094 if (found_key.objectid != sdev->dev->devid) in scrub_enumerate_chunks()