Searched refs:trimming (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dblock-group.c1248 * At this point trimming or scrub can't start on this block group,
1253 * if they didn't, for the trimming case they won't find any free space
1260 * avoid races with trimming and scrub.
1263 * completely transactionless, so while it is trimming a range the
1483 int trimming; local
1650 * then trimming is handled in the transaction commit path.
1651 * Async discard interposes before this to do the trimming
1652 * before coming down the unused block group path as trimming
1662 trimming = btrfs_test_opt(fs_info, DISCARD_SYNC) ||
1666 if (trimming)
[all...]

Completed in 171 milliseconds