Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1238 if (sa_hdr_phys->sa_magic == SA_MAGIC) in sa_byteswap()
1248 sa_hdr_phys->sa_magic = BSWAP_32(sa_hdr_phys->sa_magic); in sa_byteswap()
1249 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info); in sa_byteswap()
1256 if (SA_HDR_SIZE(sa_hdr_phys) > 8) in sa_byteswap()
1257 num_lengths += (SA_HDR_SIZE(sa_hdr_phys) - 8) >> 1; in sa_byteswap()
1259 sa_hdr_phys->sa_lengths[i] = in sa_byteswap()
1260 BSWAP_16(sa_hdr_phys->sa_lengths[i]); in sa_byteswap()
1262 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA, in sa_byteswap()
1272 sa_hdr_phys_t *sa_hdr_phys; in sa_build_index() local
1278 sa_hdr_phys = SA_GET_HDR(hdl, buftype); in sa_build_index()
[all …]
/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/sys/
H A Dsa_impl.h161 typedef struct sa_hdr_phys { struct
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1217 typedef struct sa_hdr_phys { struct