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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dxvattr.h116 * xva_rtnattrmapp - Pointer to xva_rtnattrmap[]. We need this since the
118 * the location of xva_rtnattrmap[] could change. This will allow unbundled
119 * file systems to find the location of xva_rtnattrmap[] when the sizes change.
126 * xva_rtnattrmap[] - Array of attributes that the file system was able to
140 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
142 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr
223 * The returned attribute map array (xva_rtnattrmap[]) is located past the
226 * (xva_rtnattrmapp) to hold the location of xva_rtnattrmap[]. This is
250 * of returned attributes (xva_rtnattrmap[]).
268 * XVA_ISSET_RTN() checks the returned attribute bitmap (xva_rtnattrmap[])
[all...]
H A Dzfs_context.h553 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
555 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr

Completed in 52 milliseconds