Searched refs:xva_rtnattrmap (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h419 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
421 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvnode.h450 * xva_rtnattrmapp - Pointer to xva_rtnattrmap[]. We need this since the
452 * the location of xva_rtnattrmap[] could change. This will allow unbundled
453 * file systems to find the location of xva_rtnattrmap[] when the sizes change.
460 * xva_rtnattrmap[] - Array of attributes that the file system was able to
474 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
476 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr
629 * The returned attribute map array (xva_rtnattrmap[]) is located past the
632 * (xva_rtnattrmapp) to hold the location of xva_rtnattrmap[]. This is
656 * of returned attributes (xva_rtnattrmap[]).
674 * XVA_ISSET_RTN() checks the returned attribute bitmap (xva_rtnattrmap[])
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dvnode.c388 xvap->xva_rtnattrmapp = &(xvap->xva_rtnattrmap)[0];

Completed in 107 milliseconds