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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dsa_impl.h184 } sa_hdr_phys_t; typedef in typeref:struct:sa_hdr_phys
228 ((sa_hdr_phys_t *)((dmu_buf_impl_t *)(SA_GET_DB(hdl, \
269 (SA_HDR_SIZE(hdr) == (sizeof (sa_hdr_phys_t) + \
281 uint16_t *, sa_hdr_phys_t *);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dsa.c572 sizeof (sa_hdr_phys_t);
655 sa_hdr_phys_t *sahdr;
712 sahdr = (sa_hdr_phys_t *)hdl->sa_bonus->db_data;
750 sahdr = (sa_hdr_phys_t *)hdl->sa_spill->db_data;
1174 sa_attr_iter(objset_t *os, sa_hdr_phys_t *hdr, dmu_object_type_t type,
1194 offsetof(sa_hdr_phys_t, sa_lengths) +
1236 sa_hdr_phys_t *sa_hdr_phys = SA_GET_HDR(hdl, buftype);
1277 sa_hdr_phys_t *sa_hdr_phys;
1500 sa_hdr_phys_t *hdr = (sa_hdr_phys_t *)dat
[all...]
H A Dzfs_vfsops.c895 sa_hdr_phys_t *sap = data;
896 sa_hdr_phys_t sa = *sap;
920 VERIFY3U(hdrsize, >=, sizeof (sa_hdr_phys_t));

Completed in 135 milliseconds