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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c1231 sa_hdr_phys_t *sa_hdr_phys = SA_GET_HDR(hdl, buftype); local
1238 if (sa_hdr_phys->sa_magic == SA_MAGIC)
1248 sa_hdr_phys->sa_magic = BSWAP_32(sa_hdr_phys->sa_magic);
1249 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info);
1256 if (SA_HDR_SIZE(sa_hdr_phys) > 8)
1257 num_lengths += (SA_HDR_SIZE(sa_hdr_phys) - 8) >> 1;
1259 sa_hdr_phys->sa_lengths[i] =
1260 BSWAP_16(sa_hdr_phys
1272 sa_hdr_phys_t *sa_hdr_phys; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dsa_impl.h160 typedef struct sa_hdr_phys { struct
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h875 typedef struct sa_hdr_phys { struct
883 * sa_hdr_phys -> sa_layout_info

Completed in 114 milliseconds