Searched refs:DMU_OT_SA (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 128 DMU_OT_SA, /* System attr */ enumerator
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | sa_impl.h | 235 ((a == DMU_OT_SA) ? B_TRUE : B_FALSE)
|
H A D | dmu.h | 225 DMU_OT_SA, /* System attr */ enumerator
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | sa.c | 685 bonustype == DMU_OT_SA); in sa_build_layouts() 738 VERIFY(bonustype == DMU_OT_SA); in sa_build_layouts() 778 (bonustype == DMU_OT_SA && lot->lot_num > 1)); in sa_build_layouts() 780 if (bonustype == DMU_OT_SA) { in sa_build_layouts() 1262 sa_attr_iter(hdl->sa_os, sa_hdr_phys, DMU_OT_SA, in sa_byteswap() 1375 ASSERT(doi.doi_bonus_type == DMU_OT_SA || in sa_handle_get_from_db() 1651 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0); in sa_add_projid()
|
H A D | zfs_znode.c | 628 zp->z_is_sa = (obj_type == DMU_OT_SA) ? B_TRUE : B_FALSE; in zfs_znode_sa_init() 840 obj_type = zfsvfs->z_use_sa ? DMU_OT_SA : DMU_OT_ZNODE; in zfs_mknode() 841 bonuslen = (obj_type == DMU_OT_SA) ? in zfs_mknode() 1196 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_zget() 1288 if (doi.doi_bonus_type != DMU_OT_SA && in zfs_rezget() 2014 if ((doi.doi_bonus_type != DMU_OT_SA && in zfs_grab_sa_handle()
|
H A D | zfs_sa.c | 315 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) == 0); in zfs_sa_upgrade()
|
H A D | dnode.c | 601 (bonustype == DMU_OT_SA && bonuslen == 0) || in dnode_allocate() 633 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_allocate() 678 (bonustype == DMU_OT_SA && bonuslen == 0)); in dnode_reallocate() 705 if (bonustype == DMU_OT_SA) /* Maximize bonus space for SA */ in dnode_reallocate()
|
H A D | dmu_send.c | 814 } else if (type == DMU_OT_SA) { in do_dump()
|
H A D | zfs_vfsops.c | 612 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in zfs_space_delta_cb()
|
H A D | dmu_recv.c | 1060 if (bonus_type == DMU_OT_SA) { in deduce_nblkptr()
|
H A D | dmu_objset.c | 2197 } else if (dn->dn_bonuslen == 0 && dn->dn_bonustype == DMU_OT_SA) { in dmu_objset_userquota_get_ids()
|
/illumos-gate/usr/src/cmd/zhack/ |
H A D | zhack.c | 112 if (bonustype != DMU_OT_ZNODE && bonustype != DMU_OT_SA) in space_delta_cb()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1174 DMU_OT_SA, /* System attr */ enumerator
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1780 if (DNODE->dn_bonustype == DMU_OT_SA) { in zfs_open()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 3531 if (dn->dn_bonustype != DMU_OT_SA) { in zfs_dnode_stat() 3587 if (dn->dn_bonustype == DMU_OT_SA) { in zfs_dnode_readlink()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 2976 if (doi.doi_bonus_type != DMU_OT_SA && in dump_path_impl()
|