Lines Matching defs:bytenr
1814 u64 bytenr = record->bytenr;
1823 if (bytenr < entry->bytenr) {
1825 } else if (bytenr > entry->bytenr) {
1872 ctx.bytenr = qrecord->bytenr;
1895 int btrfs_qgroup_trace_extent(struct btrfs_trans_handle *trans, u64 bytenr,
1904 || bytenr == 0 || num_bytes == 0)
1911 record->bytenr = bytenr;
1933 u64 bytenr, num_bytes;
1952 bytenr = btrfs_file_extent_disk_bytenr(eb, fi);
1953 if (!bytenr)
1958 ret = btrfs_qgroup_trace_extent(trans, bytenr, num_bytes);
2484 * Walk all of the roots that points to the bytenr and adjust their refcnts.
2693 int btrfs_qgroup_account_extent(struct btrfs_trans_handle *trans, u64 bytenr,
2730 trace_btrfs_qgroup_account_extent(fs_info, trans->transid, bytenr,
2746 if (fs_info->qgroup_rescan_progress.objectid <= bytenr) {
2810 ctx.bytenr = record->bytenr;
2852 ret = btrfs_qgroup_account_extent(trans, record->bytenr,
3364 ctx.bytenr = found.objectid;
4286 * record the bytenr after swap, so we do the swap here.
4438 "failed to account subtree at bytenr %llu: %d",