Searched refs:sa_hdr_phys (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dsa_impl.h26 typedef struct sa_hdr_phys { struct
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1226 sa_hdr_phys_t *sa_hdr_phys = SA_GET_HDR(hdl, buftype); local
1233 if (sa_hdr_phys->sa_magic == SA_MAGIC)
1243 sa_hdr_phys->sa_magic = BSWAP_32(sa_hdr_phys->sa_magic);
1244 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info);
1251 if (SA_HDR_SIZE(sa_hdr_phys) > 8)
1252 num_lengths += (SA_HDR_SIZE(sa_hdr_phys) - 8) >> 1;
1254 sa_hdr_phys->sa_lengths[i] =
1255 BSWAP_16(sa_hdr_phys
1267 sa_hdr_phys_t *sa_hdr_phys; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h161 typedef struct sa_hdr_phys { struct
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1045 typedef struct sa_hdr_phys { struct
1053 * sa_hdr_phys -> sa_layout_info

Completed in 80 milliseconds