HomeSort by: relevance | last modified time | path
    Searched refs:xva_reqattrmap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
vnode.h 119 * size of the array before it, xva_reqattrmap[], could change which means
123 * xva_reqattrmap[] - Array of requested attributes. Attributes are
135 * These values are only valid if the corresponding bits in xva_reqattrmap
143 uint32_t xva_reqattrmap[XVA_MAPSIZE]; /* Requested attrs */ member in struct:xvattr
260 * requested attribute map array (xva_reqattrmap[]). Its location changes
269 * of requested attributes (xva_reqattrmap[]).
274 (xvap)->xva_reqattrmap[XVA_INDEX(attr)] |= XVA_ATTRBIT(attr); \
278 * of requested attributes (xva_reqattrmap[]).
283 (xvap)->xva_reqattrmap[XVA_INDEX(attr)] &= ~XVA_ATTRBIT(attr); \
297 * XVA_ISSET_REQ() checks the requested attribute bitmap (xva_reqattrmap[])
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_log.c 131 *bitmap = xvap->xva_reqattrmap[i];
zfs_replay.c 100 xvap->xva_reqattrmap[i] = *bitmap;
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 485 uint32_t xva_reqattrmap[XVA_MAPSIZE]; /* Requested attrs */ member in struct:xvattr

Completed in 79 milliseconds