Lines Matching refs:last_blk
291 u64 src_blk, u64 last_blk, u64 to_blk,
4868 * src_blk points to the start of an existing extent. last_blk points to
4870 * extent. We copy the buckets from the cluster at last_blk to the new
4877 u64 src_blk, u64 last_blk, u64 to_blk,
4887 trace_ocfs2_mv_xattr_buckets((unsigned long long)last_blk,
4893 last_blk += (start_bucket * blks_per_bucket);
4932 last_blk + (i * blks_per_bucket),
5053 u64 last_blk = bucket_blkno(first) +
5057 if (prev_clusters > 1 && bucket_blkno(target) != last_blk) {
5060 last_blk, new_blk, 0,
5066 last_blk, new_blk,
5071 if ((bucket_blkno(target) == last_blk) && extend)