diff options
Diffstat (limited to 'Documentation/nvme-write-zeroes.txt')
-rw-r--r-- | Documentation/nvme-write-zeroes.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Documentation/nvme-write-zeroes.txt b/Documentation/nvme-write-zeroes.txt index cfcac36..7e936e5 100644 --- a/Documentation/nvme-write-zeroes.txt +++ b/Documentation/nvme-write-zeroes.txt @@ -20,7 +20,8 @@ SYNOPSIS [--namespace-id=<nsid> | -n <nsid>] [--storage-tag<storage-tag> | -S <storage-tag>] [--storage-tag-check<storage-tag-check> | -C <storage-tag-check>] - [--force] + [--dir-type=<dtype> | -T <dtype>] + [--dir-spec=<dspec> | -D <dspec>] DESCRIPTION ----------- @@ -89,9 +90,13 @@ metadata is passes. This bit specifies the Storage Tag field shall be checked as part of end-to-end data protection processing. ---force:: - Ignore namespace is currently busy and performed the operation - even though. +-T <dtype>:: +--dir-type=<dtype>:: + Directive type + +-D <dspec>:: +--dir-spec=<dspec>:: + Directive specific EXAMPLES -------- |