Lines Matching refs:end_blk
5202 u64 end_blk;
5213 /* end_blk points to the last existing bucket */
5214 end_blk = bucket_blkno(first) + ((new_bucket - 1) * blk_per_bucket);
5217 * end_blk is the start of the last existing bucket.
5218 * Thus, (end_blk - target_blk) covers the target bucket and
5223 credits = (end_blk - target_blk) + (3 * blk_per_bucket);
5237 while (end_blk != target_blk) {
5238 ret = ocfs2_cp_xattr_bucket(inode, handle, end_blk,
5239 end_blk + blk_per_bucket, 0);
5242 end_blk -= blk_per_bucket;