1
0
Fork 0
libnvme/doc/man/nvme_host_release_fds.2
Daniel Baumann a3d0cc5ebd
Merging upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-20 08:08:33 +01:00

13 lines
470 B
Groff

.TH "nvme_host_release_fds" 9 "nvme_host_release_fds" "March 2025" "libnvme API manual" LINUX
.SH NAME
nvme_host_release_fds \- Close all opened file descriptors under host
.SH SYNOPSIS
.B "void" nvme_host_release_fds
.BI "(struct nvme_host *h " ");"
.SH ARGUMENTS
.IP "h" 12
nvme_host_t object
.SH "DESCRIPTION"
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 host.