populate_cache
populate_cache(scache, this_leaf, level, CACHE_TYPE_UNIFIED);
populate_cache(tcache, this_leaf, level, CACHE_TYPE_UNIFIED);
populate_cache(dcache, this_leaf, level, CACHE_TYPE_DATA);
populate_cache(icache, this_leaf, level, CACHE_TYPE_INST);
populate_cache(dcache, this_leaf, level, CACHE_TYPE_UNIFIED);
populate_cache(vcache, this_leaf, level, CACHE_TYPE_UNIFIED);
int btrfs_get_dev_zone_info(struct btrfs_device *device, bool populate_cache)
if (populate_cache && bdev_is_zoned(device->bdev)) {
bool populate_cache)
int btrfs_get_dev_zone_info(struct btrfs_device *device, bool populate_cache);