Lines Matching refs:zs
3976 NvmeZoneState zs = nvme_get_zone_state(zone); in nvme_bulk_proc_zone() local
3979 switch (zs) { in nvme_bulk_proc_zone()
3998 status = op_hndlr(ns, zone, zs, req); in nvme_bulk_proc_zone()
4349 NvmeZoneState zs = nvme_get_zone_state(zl); in nvme_zone_matches_filter() local
4355 return zs == NVME_ZONE_STATE_EMPTY; in nvme_zone_matches_filter()
4357 return zs == NVME_ZONE_STATE_IMPLICITLY_OPEN; in nvme_zone_matches_filter()
4359 return zs == NVME_ZONE_STATE_EXPLICITLY_OPEN; in nvme_zone_matches_filter()
4361 return zs == NVME_ZONE_STATE_CLOSED; in nvme_zone_matches_filter()
4363 return zs == NVME_ZONE_STATE_FULL; in nvme_zone_matches_filter()
4365 return zs == NVME_ZONE_STATE_READ_ONLY; in nvme_zone_matches_filter()
4367 return zs == NVME_ZONE_STATE_OFFLINE; in nvme_zone_matches_filter()
4450 z->zs = zone->d.zs; in nvme_zone_mgmt_recv()