Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dblock-group.c1129 * At this point trimming or scrub can't start on this block group, in btrfs_remove_block_group()
1134 * if they didn't, for the trimming case they won't find any free space in btrfs_remove_block_group()
1141 * avoid races with trimming and scrub. in btrfs_remove_block_group()
1144 * completely transactionless, so while it is trimming a range the in btrfs_remove_block_group()
1358 int trimming; in btrfs_delete_unused_bgs() local
1473 * then trimming is handled in the transaction commit path. in btrfs_delete_unused_bgs()
1474 * Async discard interposes before this to do the trimming in btrfs_delete_unused_bgs()
1475 * before coming down the unused block group path as trimming in btrfs_delete_unused_bgs()
1482 trimming = btrfs_test_opt(fs_info, DISCARD_SYNC); in btrfs_delete_unused_bgs()
1485 if (trimming) in btrfs_delete_unused_bgs()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-group.c1246 * At this point trimming or scrub can't start on this block group, in btrfs_remove_block_group()
1251 * if they didn't, for the trimming case they won't find any free space in btrfs_remove_block_group()
1258 * avoid races with trimming and scrub. in btrfs_remove_block_group()
1261 * completely transactionless, so while it is trimming a range the in btrfs_remove_block_group()
1493 int trimming; in btrfs_delete_unused_bgs() local
1652 * then trimming is handled in the transaction commit path. in btrfs_delete_unused_bgs()
1653 * Async discard interposes before this to do the trimming in btrfs_delete_unused_bgs()
1654 * before coming down the unused block group path as trimming in btrfs_delete_unused_bgs()
1664 trimming = btrfs_test_opt(fs_info, DISCARD_SYNC) || in btrfs_delete_unused_bgs()
1668 if (trimming) in btrfs_delete_unused_bgs()
[all...]

Completed in 6 milliseconds