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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/
H A Dvnode.c59 xvap->xva_rtnattrmapp = &(xvap->xva_rtnattrmap)[0];
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dvnode.h119 * xva_rtnattrmapp - Pointer to xva_rtnattrmap[]. We need this since the
121 * the location of xva_rtnattrmap[] could change. This will allow unbundled
122 * file systems to find the location of xva_rtnattrmap[] when the sizes change.
129 * xva_rtnattrmap[] - Array of attributes that the file system was able to
143 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
145 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr
260 * The returned attribute map array (xva_rtnattrmap[]) is located past the
263 * (xva_rtnattrmapp) to hold the location of xva_rtnattrmap[]. This is
289 * of returned attributes (xva_rtnattrmap[]).
308 * XVA_ISSET_RTN() checks the returned attribute bitmap (xva_rtnattrmap[])
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h479 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
481 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr

Completed in 112 milliseconds