nvme_subsystem_release_fds
Close all opened fds under subsystem
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
Close all opened fds under subsystem
void nvme_subsystem_release_fds (struct nvme_subsystem *s );
Controller and Namespace objects cache the file descriptors of opened nvme devices. This API can be used to close and clear all cached fds under this subsystem.