Lines Matching refs:extent_count
199 u32 extent_count = 0;
247 extent_count++;
274 if (extent_count != expected_extent_count) {
277 block_group->start, extent_count,
338 u32 extent_count = 0;
435 extent_count++;
440 if (extent_count != expected_extent_count) {
443 block_group->start, extent_count,
465 u32 extent_count;
477 extent_count = btrfs_free_space_extent_count(path->nodes[0], info);
479 extent_count += new_extents;
480 btrfs_set_free_space_extent_count(path->nodes[0], info, extent_count);
485 extent_count > block_group->bitmap_high_thresh) {
488 extent_count < block_group->bitmap_low_thresh) {
1412 u32 extent_count = 0;
1451 extent_count++;
1460 extent_count++;
1463 if (extent_count != expected_extent_count) {
1466 block_group->start, extent_count,
1490 u32 extent_count = 0;
1522 extent_count++;
1525 if (extent_count != expected_extent_count) {
1528 block_group->start, extent_count,
1547 u32 extent_count, flags;
1569 extent_count = btrfs_free_space_extent_count(path->nodes[0], info);
1578 ret = load_free_space_bitmaps(caching_ctl, path, extent_count);
1580 ret = load_free_space_extents(caching_ctl, path, extent_count);