Home
last modified time | relevance | path

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

/illumos-gate/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 *);
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dsa_impl.h30 } sa_hdr_phys_t; typedef
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c142 sa_hdr_phys_t *hdr);
569 sizeof (sa_hdr_phys_t); in sa_find_sizes()
651 sa_hdr_phys_t *sahdr; in sa_build_layouts()
713 sahdr = (sa_hdr_phys_t *)hdl->sa_bonus->db_data; in sa_build_layouts()
749 sahdr = (sa_hdr_phys_t *)hdl->sa_spill->db_data; in sa_build_layouts()
1169 sa_attr_iter(objset_t *os, sa_hdr_phys_t *hdr, dmu_object_type_t type, in sa_attr_iter()
1189 offsetof(sa_hdr_phys_t, sa_lengths) + in sa_attr_iter()
1231 sa_hdr_phys_t *sa_hdr_phys = SA_GET_HDR(hdl, buftype); in sa_byteswap()
1272 sa_hdr_phys_t *sa_hdr_phys; in sa_build_index()
1839 sa_hdr_phys_t *hdr; in sa_modify_attrs()
[all …]
H A Dzfs_vfsops.c586 sa_hdr_phys_t sa; in zfs_space_delta_cb()
587 sa_hdr_phys_t *sap = data; in zfs_space_delta_cb()
636 VERIFY3U(hdrsize, >=, sizeof (sa_hdr_phys_t)); in zfs_space_delta_cb()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1781 sa_hdr_phys_t *sahdrp; in zfs_open()
1785 sahdrp = (sa_hdr_phys_t *)DN_BONUS(DNODE); in zfs_open()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c3538 sa_hdr_phys_t *sahdrp; in zfs_dnode_stat()
3544 sahdrp = (sa_hdr_phys_t *)DN_BONUS(dn); in zfs_dnode_stat()
3587 sa_hdr_phys_t *sahdrp = NULL; in zfs_dnode_readlink()
3594 sahdrp = (sa_hdr_phys_t *)DN_BONUS(dn); in zfs_dnode_readlink()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1222 } sa_hdr_phys_t; typedef