Lines Matching full:zs
3977 NvmeZoneState zs = nvme_get_zone_state(zone); in nvme_bulk_proc_zone() local
3980 switch (zs) { in nvme_bulk_proc_zone()
3999 status = op_hndlr(ns, zone, zs, req); in nvme_bulk_proc_zone()
4350 NvmeZoneState zs = nvme_get_zone_state(zl); in nvme_zone_matches_filter() local
4356 return zs == NVME_ZONE_STATE_EMPTY; in nvme_zone_matches_filter()
4358 return zs == NVME_ZONE_STATE_IMPLICITLY_OPEN; in nvme_zone_matches_filter()
4360 return zs == NVME_ZONE_STATE_EXPLICITLY_OPEN; in nvme_zone_matches_filter()
4362 return zs == NVME_ZONE_STATE_CLOSED; in nvme_zone_matches_filter()
4364 return zs == NVME_ZONE_STATE_FULL; in nvme_zone_matches_filter()
4366 return zs == NVME_ZONE_STATE_READ_ONLY; in nvme_zone_matches_filter()
4368 return zs == NVME_ZONE_STATE_OFFLINE; in nvme_zone_matches_filter()
4451 z->zs = zone->d.zs; in nvme_zone_mgmt_recv()