Lines Matching defs:trimmed
46 * trimmed regions merge with other trimmed regions. This can cause
49 * the trimmed flag is set on the bitmap. Otherwise, if an allocation comes in,
399 * through a pass on a discard list. If it is unused and fully trimmed, we can
432 u64 trimmed = 0;
462 btrfs_trim_block_group_bitmaps(block_group, &trimmed,
466 discard_ctl->discard_bitmap_bytes += trimmed;
468 btrfs_trim_block_group_extents(block_group, &trimmed,
472 discard_ctl->discard_extent_bytes += trimmed;
475 discard_ctl->prev_discard = trimmed;
615 * block groups are trimmed via a single large trim in transaction commit. This