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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c1230 sa_hdr_phys_t *sa_hdr_phys = SA_GET_HDR(hdl, buftype); local
1237 if (sa_hdr_phys->sa_magic == SA_MAGIC)
1247 sa_hdr_phys->sa_magic = BSWAP_32(sa_hdr_phys->sa_magic);
1248 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info);
1255 if (SA_HDR_SIZE(sa_hdr_phys) > 8)
1256 num_lengths += (SA_HDR_SIZE(sa_hdr_phys) - 8) >> 1;
1258 sa_hdr_phys->sa_lengths[i] =
1259 BSWAP_16(sa_hdr_phys
1271 sa_hdr_phys_t *sa_hdr_phys; local
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dsa_impl.h161 typedef struct sa_hdr_phys { struct
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h983 typedef struct sa_hdr_phys { struct
991 * sa_hdr_phys -> sa_layout_info

Completed in 62 milliseconds