| /freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_cg.c | 166 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 …]
|
| HD | dt_parser.c | 526 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 …]
|
| HD | dt_parser.h | 54 uchar_t dn_flags; /* node flags (DT_NF_*, defined below) */ member
|
| HD | 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()
|
| HD | dt_printf.c | 171 if (dnp->dn_flags & DT_NF_SIGNED) in pfcheck_dint()
|
| HD | dt_cc.c | 863 ((arg1->dn_flags & DT_NF_SIGNED) && in dt_action_ustack_args()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | 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()
|
| HD | 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()
|
| HD | dmu_object.c | 349 if (dn->dn_phys->dn_flags & DNODE_FLAG_SPILL_BLKPTR) { in dmu_object_rm_spill()
|
| HD | dnode.c | 489 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()
|
| HD | dmu_objset.c | 2007 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()
|
| HD | dbuf.c | 2975 (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()
|
| HD | dsl_scan.c | 1643 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()
|
| HD | dmu_send.c | 785 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/ |
| HD | dnode.h | 130 ((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/ |
| HD | 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-stable/sys/contrib/openzfs/module/os/linux/zfs/ |
| HD | zio_crypt.c | 1089 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/ |
| HD | zfsimpl.h | 1050 #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/ |
| HD | zfsimpl.c | 3555 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/ |
| HD | zdb.c | 3480 (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()
|