| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_cg.c | 179 if (dnp->dn_flags & DT_NF_SIGNED) in dt_cg_load() 181 if (dnp->dn_flags & DT_NF_USERLAND) in dt_cg_load() 423 if (src->dn_flags & DT_NF_REF) { in dt_cg_store() 479 ((src->dn_flags ^ dst->dn_flags) & DT_NF_SIGNED) != 0) in dt_cg_typecast() 691 dnp->dn_left->dn_flags |= rbit; in dt_cg_prearith_op() 748 dnp->dn_left->dn_flags |= rbit; in dt_cg_postarith_op() 1147 dnp->dn_left->dn_flags |= rbit; in dt_cg_asgn_op() 1742 dnp->dn_flags |= in dt_cg_node() 1749 dnp->dn_flags |= ubit; in dt_cg_node() 1906 dnp->dn_flags |= in dt_cg_node() [all …]
|
| H A D | dt_parser.c | 526 dnp->dn_flags = 0; in dt_node_xalloc() 686 dnp->dn_flags &= 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() 715 dnp->dn_flags |= DT_NF_COOKED; in dt_node_type_assign() 724 dst->dn_flags = src->dn_flags & ~DT_NF_LVALUE; in dt_node_type_propagate() 1079 (lp->dn_flags & DT_NF_USERLAND) ^ (rp->dn_flags & DT_NF_USERLAND))) in dt_node_is_ptrcompat() 1783 dnp->dn_flags &= ~DT_NF_COOKED; in dt_node_func() [all …]
|
| H A D | dt_parser.h | 54 uchar_t dn_flags; /* node flags (DT_NF_*, defined below) */ member
|
| H A D | dt_ident.c | 462 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()
|
| H A D | dt_printf.c | 171 if (dnp->dn_flags & DT_NF_SIGNED) in pfcheck_dint()
|
| H A D | dt_cc.c | 863 ((arg1->dn_flags & DT_NF_SIGNED) && in dt_action_ustack_args()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | dnode_sync.c | 651 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()
|
| H A D | dmu_traverse.c | 510 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()
|
| H A D | dmu_object.c | 349 if (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dmu_object_rm_spill()
|
| H A D | dnode.c | 362 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) in dnode_byteswap() 478 dn->dn_have_spill = ((dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) != 0); in dnode_create() 716 if (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR && !keep_spill) { in dnode_reallocate() 2349 ASSERT((dn->dn_phys->dn_flags & DNODE_FLAG_USED_BYTES) == 0); in dnode_diduse_space() 2354 dn->dn_phys->dn_flags |= DNODE_FLAG_USED_BYTES; in dnode_diduse_space()
|
| H A D | dmu_objset.c | 1973 dn->dn_phys->dn_flags & in userquota_updates_task() 1988 DN_USED_BYTES(dn->dn_phys), dn->dn_phys->dn_flags, in userquota_updates_task() 1992 dn->dn_phys->dn_flags, dn->dn_newuid, dn->dn_newgid, in userquota_updates_task()
|
| H A D | dbuf.c | 2915 (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) in dbuf_findbp() 4303 if (!(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) { in dbuf_sync_leaf() 4319 dn->dn_phys->dn_flags |= DNODE_FLAG_SPILL_BLKPTR; in dbuf_sync_leaf() 4487 ASSERT(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR); in dbuf_write_ready() 4657 ASSERT(dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR); in dbuf_write_done()
|
| H A D | dsl_scan.c | 1613 if (dnp->dn_nblkptr == 0 && !(dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR)) in dsl_scan_prefetch_dnode() 1626 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dsl_scan_prefetch_dnode() 1942 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dsl_scan_visitdnode()
|
| H A D | dmu_send.c | 778 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) in dump_dnode() 799 (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) && in dump_dnode()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | dnode.h | 125 ((dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) ? \ 129 #define DN_USED_BYTES(dnp) (((dnp)->dn_flags & DNODE_FLAG_USED_BYTES) ? \ 221 uint8_t dn_flags; /* DNODE_FLAG_* */ member
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 987 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.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 1071 adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; in zio_crypt_do_dnode_hmac_updates() 1091 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_do_dnode_hmac_updates() 1671 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_init_uios_dnode() 1689 adnp->dn_flags &= DNODE_CRYPT_PORTABLE_FLAGS_MASK; in zio_crypt_init_uios_dnode() 1699 if (dnp->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in zio_crypt_init_uios_dnode()
|
| /freebsd-13.1/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 1070 #define DN_USED_BYTES(dnp) (((dnp)->dn_flags & DNODE_FLAG_USED_BYTES) ? \ 1090 uint8_t dn_flags; /* DNODE_FLAG_* */ member
|
| /freebsd-13.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 3556 if ((dn->dn_flags & DNODE_FLAG_SPILL_BLKPTR) != 0) { in zfs_dnode_stat() 3608 if ((dn->dn_flags & DNODE_FLAG_SPILL_BLKPTR) == 0) in zfs_dnode_readlink()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 3465 (dn->dn_phys->dn_flags & DNODE_FLAG_USED_BYTES) ? in dump_object() 3467 (dn->dn_phys->dn_flags & DNODE_FLAG_USERUSED_ACCOUNTED) ? in dump_object() 3469 (dn->dn_phys->dn_flags & DNODE_FLAG_USEROBJUSED_ACCOUNTED) ? in dump_object() 3471 (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR) ? in dump_object()
|