Home
last modified time | relevance | path

Searched refs:zone_full (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/block/null_blk/
H A Dnull_blk.h106 bool zone_full; /* Initialize zones to be full */ member
H A Dmain.c266 module_param_named(zone_full, g_zone_full, bool, S_IRUGO);
267 MODULE_PARM_DESC(zone_full, "Initialize the sequential write required zones of a zoned device to be…
469 NULLB_DEVICE_ATTR(zone_full, bool, NULL);
823 dev->zone_full = g_zone_full; in null_alloc_dev()
H A Dzoned.c156 if (dev->zone_full) { in null_init_zoned_dev()