Lines Matching defs:caching_ctl
1399 static int load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl,
1415 block_group = caching_ctl->block_group;
1436 caching_ctl->progress = key.objectid;
1449 wake_up(&caching_ctl->wait);
1473 caching_ctl->progress = (u64)-1;
1480 static int load_free_space_extents(struct btrfs_caching_control *caching_ctl,
1493 block_group = caching_ctl->block_group;
1514 caching_ctl->progress = key.objectid;
1520 wake_up(&caching_ctl->wait);
1535 caching_ctl->progress = (u64)-1;
1542 int load_free_space_tree(struct btrfs_caching_control *caching_ctl)
1550 block_group = caching_ctl->block_group;
1578 ret = load_free_space_bitmaps(caching_ctl, path, extent_count);
1580 ret = load_free_space_extents(caching_ctl, path, extent_count);