Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h184 } sa_hdr_phys_t; typedef
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 *);
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dsa_impl.h30 } sa_hdr_phys_t; typedef
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dsa.c568 sizeof (sa_hdr_phys_t); in sa_find_sizes()
651 sa_hdr_phys_t *sahdr; in sa_build_layouts()
708 sahdr = (sa_hdr_phys_t *)hdl->sa_bonus->db_data; in sa_build_layouts()
744 sahdr = (sa_hdr_phys_t *)hdl->sa_spill->db_data; in sa_build_layouts()
1164 sa_attr_iter(objset_t *os, sa_hdr_phys_t *hdr, dmu_object_type_t type, in sa_attr_iter()
1184 offsetof(sa_hdr_phys_t, sa_lengths) + in sa_attr_iter()
1226 sa_hdr_phys_t *sa_hdr_phys = SA_GET_HDR(hdl, buftype); in sa_byteswap()
1267 sa_hdr_phys_t *sa_hdr_phys; in sa_build_index()
1490 sa_hdr_phys_t *hdr = (sa_hdr_phys_t *)data; in sa_find_idx_tab()
1657 sa_hdr_phys_t *hdr; in sa_modify_attrs()
[all …]
H A Dzfs_vfsops.c624 sa_hdr_phys_t *sap = data; in zfs_space_delta_cb()
625 sa_hdr_phys_t sa = *sap; in zfs_space_delta_cb()
649 VERIFY3U(hdrsize, >=, sizeof (sa_hdr_phys_t)); in zfs_space_delta_cb()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1778 sa_hdr_phys_t *sahdrp; in zfs_open()
1782 sahdrp = (sa_hdr_phys_t *)DN_BONUS(DNODE); in zfs_open()