Home
last modified time | relevance | path

Searched refs:dn_flags (Results 1 – 20 of 20) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_cg.c166 if ((dnp->dn_flags & DT_NF_BITFIELD) && in dt_cg_load()
179 if (dnp->dn_flags & DT_NF_SIGNED) in dt_cg_load()
181 if (dnp->dn_flags & DT_NF_USERLAND) in dt_cg_load()
268 if (dnp->dn_flags & DT_NF_SIGNED) { in dt_cg_field_get()
417 if ((dst->dn_flags & DT_NF_BITFIELD) && in dt_cg_store()
423 if (src->dn_flags & DT_NF_REF) { in dt_cg_store()
430 if (dst->dn_flags & DT_NF_BITFIELD) in dt_cg_store()
454 if (dst->dn_flags & DT_NF_BITFIELD) in dt_cg_store()
479 ((src->dn_flags ^ dst->dn_flags) & DT_NF_SIGNED) != 0) in dt_cg_typecast()
481 if (dstsize > srcsize && (src->dn_flags & DT_NF_SIGNED) == 0) in dt_cg_typecast()
[all …]
HDdt_parser.c526 dnp->dn_flags = 0; in dt_node_xalloc()
686 dnp->dn_flags &= in dt_node_type_assign()
693 dnp->dn_flags |= DT_NF_BITFIELD; in dt_node_type_assign()
696 dnp->dn_flags |= DT_NF_SIGNED; in dt_node_type_assign()
701 dnp->dn_flags |= DT_NF_REF; in dt_node_type_assign()
707 dnp->dn_flags |= DT_NF_REF; in dt_node_type_assign()
710 dnp->dn_flags |= DT_NF_REF; in dt_node_type_assign()
713 dnp->dn_flags |= DT_NF_USERLAND; in dt_node_type_assign()
715 dnp->dn_flags |= DT_NF_COOKED; in dt_node_type_assign()
723 assert(src->dn_flags & DT_NF_COOKED); in dt_node_type_propagate()
[all …]
HDdt_parser.h54 uchar_t dn_flags; /* node flags (DT_NF_*, defined below) */ member
HDdt_ident.c462 if ((ap->dn_flags & DT_NF_SIGNED) && (int64_t)ap->dn_value < 0) { in dt_idcook_regs()
979 dnp->dn_flags |= DT_NF_USERLAND; in dt_ident_cook()
HDdt_printf.c171 if (dnp->dn_flags & DT_NF_SIGNED) in pfcheck_dint()
HDdt_cc.c863 ((arg1->dn_flags & DT_NF_SIGNED) && in dt_action_ustack_args()
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdnode_sync.c651 dn->dn_oldflags = dn->dn_phys->dn_flags; in dnode_sync()
652 dn->dn_phys->dn_flags |= DNODE_FLAG_USERUSED_ACCOUNTED; in dnode_sync()
654 dn->dn_phys->dn_flags |= in dnode_sync()
665 ASSERT(!(dn->dn_phys->dn_flags & in dnode_sync()
667 ASSERT(!(dn->dn_phys->dn_flags & in dnode_sync()
738 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) in dnode_sync()
762 dnp->dn_flags &= ~DNODE_FLAG_SPILL_BLKPTR; in dnode_sync()
HDdmu_traverse.c510 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in prefetch_dnode_metadata()
545 if (err == 0 && (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) { in traverse_dnode()
HDdmu_object.c349 if (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dmu_object_rm_spill()
HDdnode.c489 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) in dnode_byteswap()
605 dn->dn_have_spill = ((dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) != 0); in dnode_create()
843 if (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR && !keep_spill) { in dnode_reallocate()
2477 ASSERT((dn->dn_phys->dn_flags & DNODE_FLAG_USED_BYTES) == 0); in dnode_diduse_space()
2482 dn->dn_phys->dn_flags |= DNODE_FLAG_USED_BYTES; in dnode_diduse_space()
HDdmu_objset.c2007 dn->dn_phys->dn_flags & in userquota_updates_task()
2022 DN_USED_BYTES(dn->dn_phys), dn->dn_phys->dn_flags, in userquota_updates_task()
2026 dn->dn_phys->dn_flags, dn->dn_newuid, dn->dn_newgid, in userquota_updates_task()
HDdbuf.c2975 (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) in dbuf_findbp()
4368 if (!(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) { in dbuf_sync_leaf()
4384 dn->dn_phys->dn_flags |= DNODE_FLAG_SPILL_BLKPTR; in dbuf_sync_leaf()
4552 ASSERT(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR); in dbuf_write_ready()
4722 ASSERT(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR); in dbuf_write_done()
HDdsl_scan.c1643 if (dnp->dn_nblkptr == 0 && !(dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) in dsl_scan_prefetch_dnode()
1656 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dsl_scan_prefetch_dnode()
1971 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dsl_scan_visitdnode()
HDdmu_send.c785 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) in dump_dnode()
806 (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) && in dump_dnode()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDdnode.h130 ((dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) ? \
134 #define DN_USED_BYTES(dnp) (((dnp)->dn_flags & DNODE_FLAG_USED_BYTES) ? \
226 uint8_t dn_flags; /* DNODE_FLAG_* */ member
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzio_crypt.c987 adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; in zio_crypt_do_dnode_hmac_updates()
999 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_do_dnode_hmac_updates()
1484 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_init_uios_dnode()
1502 adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; in zio_crypt_init_uios_dnode()
1512 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_init_uios_dnode()
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzio_crypt.c1089 adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; in zio_crypt_do_dnode_hmac_updates()
1109 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_do_dnode_hmac_updates()
1689 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_init_uios_dnode()
1707 adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; in zio_crypt_init_uios_dnode()
1717 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_init_uios_dnode()
/freebsd-13-stable/sys/cddl/boot/zfs/
HDzfsimpl.h1050 #define DN_USED_BYTES(dnp) (((dnp)->dn_flags & DNODE_FLAG_USED_BYTES) ? \
1070 uint8_t dn_flags; /* DNODE_FLAG_* */ member
/freebsd-13-stable/stand/libsa/zfs/
HDzfsimpl.c3555 if ((dn->dn_flags & DNODE_FLAG_SPILL_BLKPTR) != 0) { in zfs_dnode_stat()
3607 if ((dn->dn_flags & DNODE_FLAG_SPILL_BLKPTR) == 0) in zfs_dnode_readlink()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c3480 (dn->dn_phys->dn_flags & DNODE_FLAG_USED_BYTES) ? in dump_object()
3482 (dn->dn_phys->dn_flags & DNODE_FLAG_USERUSED_ACCOUNTED) ? in dump_object()
3484 (dn->dn_phys->dn_flags & DNODE_FLAG_USEROBJUSED_ACCOUNTED) ? in dump_object()
3486 (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR) ? in dump_object()