Lines Matching refs:add
493 uint32_t add;
519 add = (1 << 30) - sb->s_blocksize -
521 if (add > new_block_bytes)
522 add = new_block_bytes;
523 new_block_bytes -= add;
524 last_ext->extLength += add;
541 * We've rewritten the last extent. If we are going to add
556 add = (1 << 30) - sb->s_blocksize;
557 last_ext->extLength = EXT_NOT_RECORDED_NOT_ALLOCATED | add;
560 while (new_block_bytes > add) {
561 new_block_bytes -= add;