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

/linux-master/drivers/md/
H A Ddm-zoned-reclaim.c283 struct dm_zone *szone = NULL; local
291 szone = dmz_alloc_zone(zmd, zrc->dev_idx,
293 if (!szone && alloc_flags == DMZ_ALLOC_SEQ && dmz_nr_cache_zones(zmd)) {
298 if (!szone)
305 dmz_is_rnd(szone) ? "rnd" : "seq", szone->id);
308 ret = dmz_reclaim_copy(zrc, dzone, szone);
314 ret = dmz_copy_valid_blocks(zmd, dzone, szone);
319 dmz_free_zone(zmd, szone);
328 dmz_map_zone(zmd, szone, chun
[all...]

Completed in 252 milliseconds