logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_get_log_zns_changed_zones - Retrieve list of zones that have changed

Arguments

fd File descriptor of nvme device nsid Namespace ID rae Retain asynchronous events log User address to store the changed zone log

Description

The list of zones that have changed state due to an exceptional event.

Name

nvme_get_log_zns_changed_zones - Retrieve list of zones that have changed

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. August 2025 nvme_get_log_zns_changed_zones nvme_get_log_zns_changed_zones(2)

Synopsis

intnvme_get_log_zns_changed_zones(intfd,__u32nsid,boolrae,structnvme_zns_changed_zone_log*log);

See Also