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 D | sa_impl.h | 184 } 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 D | sa_impl.h | 30 } sa_hdr_phys_t; typedef
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | sa.c | 142 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() 1670 sa_find_idx_tab(objset_t *os, dmu_object_type_t bonustype, sa_hdr_phys_t *hdr) in sa_find_idx_tab() [all …]
|
H A D | zfs_vfsops.c | 603 sa_hdr_phys_t sa; in zfs_space_delta_cb() 604 sa_hdr_phys_t *sap = data; in zfs_space_delta_cb() 653 VERIFY3U(hdrsize, >=, sizeof (sa_hdr_phys_t)); in zfs_space_delta_cb()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1781 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 D | zfsimpl.c | 3539 sa_hdr_phys_t *sahdrp; in zfs_dnode_stat() 3545 sahdrp = (sa_hdr_phys_t *)DN_BONUS(dn); in zfs_dnode_stat() 3588 sa_hdr_phys_t *sahdrp = NULL; in zfs_dnode_readlink() 3595 sahdrp = (sa_hdr_phys_t *)DN_BONUS(dn); in zfs_dnode_readlink()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1222 } sa_hdr_phys_t; typedef
|