Merging upstream version 1.6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
adbb3a10cc
commit
6add9877e4
871 changed files with 8481 additions and 1502 deletions
13
doc/man/nvme_host_release_fds.2
Normal file
13
doc/man/nvme_host_release_fds.2
Normal file
|
@ -0,0 +1,13 @@
|
|||
.TH "nvme_host_release_fds" 9 "nvme_host_release_fds" "September 2023" "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.
|
Loading…
Add table
Add a link
Reference in a new issue