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

/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h442 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
444 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h446 * xva_rtnattrmapp - Pointer to xva_rtnattrmap[]. We need this since the
448 * the location of xva_rtnattrmap[] could change. This will allow unbundled
449 * file systems to find the location of xva_rtnattrmap[] when the sizes change.
456 * xva_rtnattrmap[] - Array of attributes that the file system was able to
470 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
472 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr
625 * The returned attribute map array (xva_rtnattrmap[]) is located past the
628 * (xva_rtnattrmapp) to hold the location of xva_rtnattrmap[]. This is
652 * of returned attributes (xva_rtnattrmap[]).
670 * XVA_ISSET_RTN() checks the returned attribute bitmap (xva_rtnattrmap[])
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h451 * xva_rtnattrmapp - Pointer to xva_rtnattrmap[]. We need this since the
453 * the location of xva_rtnattrmap[] could change. This will allow unbundled
454 * file systems to find the location of xva_rtnattrmap[] when the sizes change.
461 * xva_rtnattrmap[] - Array of attributes that the file system was able to
475 uint32_t *xva_rtnattrmapp; /* Ptr to xva_rtnattrmap[] */
477 uint32_t xva_rtnattrmap[XVA_MAPSIZE]; /* Returned attrs */ member in struct:xvattr
630 * The returned attribute map array (xva_rtnattrmap[]) is located past the
633 * (xva_rtnattrmapp) to hold the location of xva_rtnattrmap[]. This is
657 * of returned attributes (xva_rtnattrmap[]).
675 * XVA_ISSET_RTN() checks the returned attribute bitmap (xva_rtnattrmap[])
[all...]

Completed in 55 milliseconds