Lines Matching refs:extent_count
219 u32 extent_count = 0;
266 extent_count++;
293 if (extent_count != expected_extent_count) {
296 block_group->start, extent_count,
356 u32 extent_count = 0;
452 extent_count++;
457 if (extent_count != expected_extent_count) {
460 block_group->start, extent_count,
482 u32 extent_count;
494 extent_count = btrfs_free_space_extent_count(path->nodes[0], info);
496 extent_count += new_extents;
497 btrfs_set_free_space_extent_count(path->nodes[0], info, extent_count);
502 extent_count > block_group->bitmap_high_thresh) {
505 extent_count < block_group->bitmap_low_thresh) {
1489 u32 extent_count = 0;
1532 extent_count++;
1542 extent_count++;
1545 if (extent_count != expected_extent_count) {
1548 block_group->start, extent_count,
1570 u32 extent_count = 0;
1606 extent_count++;
1609 if (extent_count != expected_extent_count) {
1612 block_group->start, extent_count,
1629 u32 extent_count, flags;
1651 extent_count = btrfs_free_space_extent_count(path->nodes[0], info);
1660 ret = load_free_space_bitmaps(caching_ctl, path, extent_count);
1662 ret = load_free_space_extents(caching_ctl, path, extent_count);