nvm_bounds

nvm_bounds

enum nvm_bounds

Enumeration of device bounds.

Values:

NVM_BOUNDS_CHANNEL = 0x1
NVM_BOUNDS_LUN = 0x1 << 1
NVM_BOUNDS_PLANE = 0x1 << 2
NVM_BOUNDS_BLOCK = 0x1 << 3
NVM_BOUNDS_PAGE = 0x1 << 4
NVM_BOUNDS_SECTOR = 0x1 << 5
NVM_BOUNDS_PUGRP = 0x1 << 6
NVM_BOUNDS_PUNIT = 0x1 << 7
NVM_BOUNDS_CHUNK = 0x1 << 8
NVM_BOUNDS_SECTR = 0x1 << 9

nvm_bounds_pr

void nvm_bounds_pr(int mask)

Prints a humanly readable description of given boundary mask.