Searched refs:sa_hdr_phys_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dsa_impl.h183 } sa_hdr_phys_t; typedef in typeref:struct:sa_hdr_phys
226 ((sa_hdr_phys_t *)((dmu_buf_impl_t *)(SA_GET_DB(hdl, \
267 (SA_HDR_SIZE(hdr) == (sizeof (sa_hdr_phys_t) + \
279 uint16_t *, sa_hdr_phys_t *);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c574 sizeof (sa_hdr_phys_t);
657 sa_hdr_phys_t *sahdr;
714 sahdr = (sa_hdr_phys_t *)hdl->sa_bonus->db_data;
752 sahdr = (sa_hdr_phys_t *)hdl->sa_spill->db_data;
1169 sa_attr_iter(objset_t *os, sa_hdr_phys_t *hdr, dmu_object_type_t type,
1189 offsetof(sa_hdr_phys_t, sa_lengths) +
1231 sa_hdr_phys_t *sa_hdr_phys = SA_GET_HDR(hdl, buftype);
1272 sa_hdr_phys_t *sa_hdr_phys;
1487 sa_hdr_phys_t *hdr = (sa_hdr_phys_t *)dat
[all...]
H A Dzfs_vfsops.c604 sa_hdr_phys_t *sap = data;
605 sa_hdr_phys_t sa = *sap;
629 VERIFY3U(hdrsize, >=, sizeof (sa_hdr_phys_t));
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfsimpl.c1949 sa_hdr_phys_t *sahdrp;
1955 sahdrp = (sa_hdr_phys_t *)DN_BONUS(dn);
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h880 } sa_hdr_phys_t; typedef in typeref:struct:sa_hdr_phys

Completed in 132 milliseconds