Searched defs:xva_reqattrmap (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h443 uint32_t xva_reqattrmap[XVA_MAPSIZE]; /* Requested attrs */ member in struct:xvattr
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h447 * size of the array before it, xva_reqattrmap[], could change which means
451 * xva_reqattrmap[] - Array of requested attributes. Attributes are
463 * These values are only valid if the corresponding bits in xva_reqattrmap
471 uint32_t xva_reqattrmap[XVA_MAPSIZE]; /* Requested attrs */ member in struct:xvattr
626 * requested attribute map array (xva_reqattrmap[]). Its location changes
635 * of requested attributes (xva_reqattrmap[]).
640 (xvap)->xva_reqattrmap[XVA_INDEX(attr)] |= XVA_ATTRBIT(attr)
643 * of requested attributes (xva_reqattrmap[]).
648 (xvap)->xva_reqattrmap[XVA_INDEX(attr)] &= ~XVA_ATTRBIT(attr)
660 * XVA_ISSET_REQ() checks the requested attribute bitmap (xva_reqattrmap[])
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h452 * size of the array before it, xva_reqattrmap[], could change which means
456 * xva_reqattrmap[] - Array of requested attributes. Attributes are
468 * These values are only valid if the corresponding bits in xva_reqattrmap
476 uint32_t xva_reqattrmap[XVA_MAPSIZE]; /* Requested attrs */ member in struct:xvattr
631 * requested attribute map array (xva_reqattrmap[]). Its location changes
640 * of requested attributes (xva_reqattrmap[]).
645 (xvap)->xva_reqattrmap[XVA_INDEX(attr)] |= XVA_ATTRBIT(attr)
648 * of requested attributes (xva_reqattrmap[]).
653 (xvap)->xva_reqattrmap[XVA_INDEX(attr)] &= ~XVA_ATTRBIT(attr)
665 * XVA_ISSET_REQ() checks the requested attribute bitmap (xva_reqattrmap[])
[all...]

Completed in 72 milliseconds