/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dnode.c | 125 dnode_t *dn = arg; in dnode_cons() local 190 dnode_t *dn = arg; in dnode_dest() local 395 dnode_verify(dnode_t *dn) in dnode_verify() 511 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx) in dnode_setbonuslen() 536 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) in dnode_setbonus_type() 547 dnode_set_storage_type(dnode_t *dn, dmu_object_type_t newtype) in dnode_set_storage_type() 558 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx) in dnode_rm_spill() 568 dnode_setdblksz(dnode_t *dn, int size) in dnode_setdblksz() 584 dnode_t *dn; in dnode_create() local 657 dnode_destroy(dnode_t *dn) in dnode_destroy() [all …]
|
H A D | dmu_tx.c | 113 dmu_tx_hold_dnode_impl(dmu_tx_t *tx, dnode_t *dn, enum dmu_tx_hold_type type, in dmu_tx_hold_dnode_impl() 151 dnode_t *dn = NULL; in dmu_tx_hold_object_impl() local 169 dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn) in dmu_tx_add_new_object() 208 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid) in dmu_tx_check_ioerr() 233 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write() local 303 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_append() local 372 dmu_tx_hold_write_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off, int len) in dmu_tx_hold_write_by_dnode() 409 dmu_tx_hold_append_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off, int len) in dmu_tx_hold_append_by_dnode() 441 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free() local 537 dmu_tx_hold_free_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off, uint64_t len) in dmu_tx_hold_free_by_dnode() [all …]
|
H A D | dnode_sync.c | 42 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx) in dnode_increase_indirection() 134 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx) in free_blocks() 182 dnode_t *dn; in free_verify() local 276 dnode_t *dn; in free_children() local 371 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl() 452 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range() local 464 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs() 527 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus() 575 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free() 640 dnode_sync(dnode_t *dn, dmu_tx_t *tx) in dnode_sync()
|
H A D | dmu.c | 175 dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_noread_by_dnode() 199 dnode_t *dn; in dmu_buf_hold_noread() local 223 dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_by_dnode() 282 dnode_t *dn; in dmu_set_bonus() local 306 dnode_t *dn; in dmu_set_bonustype() local 342 dnode_t *dn; in dmu_rm_spill() local 359 int dmu_bonus_hold_by_dnode(dnode_t *dn, const void *tag, dmu_buf_t **dbp, in dmu_bonus_hold_by_dnode() 410 dnode_t *dn; in dmu_bonus_hold() local 433 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, const void *tag, in dmu_spill_hold_by_dnode() 465 dnode_t *dn; in dmu_spill_hold_existing() local [all …]
|
H A D | dbuf.c | 373 dnode_t *dn; in dbuf_find_bonus() local 666 dnode_level_is_l2cacheable(blkptr_t *bp, dnode_t *dn, int64_t level) in dnode_level_is_l2cacheable() 1096 dnode_t *dn; in dbuf_verify() local 1308 dbuf_whichblock(const dnode_t *dn, const int64_t level, const uint64_t offset) in dbuf_whichblock() 1437 dbuf_read_bonus(dmu_buf_impl_t *db, dnode_t *dn) in dbuf_read_bonus() 1458 dbuf_handle_indirect_hole(dmu_buf_impl_t *db, dnode_t *dn, blkptr_t *dbbp) in dbuf_handle_indirect_hole() 1482 dbuf_read_hole(dmu_buf_impl_t *db, dnode_t *dn, blkptr_t *bp) in dbuf_read_hole() 1524 dbuf_read_verify_dnode_crypt(dmu_buf_impl_t *db, dnode_t *dn, uint32_t flags) in dbuf_read_verify_dnode_crypt() 1586 dbuf_read_impl(dmu_buf_impl_t *db, dnode_t *dn, zio_t *zio, uint32_t flags, in dbuf_read_impl() 1711 dnode_t *dn = DB_DNODE(db); in dbuf_fix_old_data() local [all …]
|
H A D | dmu_object.c | 54 dnode_t *dn = NULL; in dmu_object_alloc_impl() local 277 dnode_t *dn; in dmu_object_claim_dnsize() local 315 dnode_t *dn; in dmu_object_reclaim_dnsize() local 340 dnode_t *dn; in dmu_object_rm_spill() local 362 dnode_t *dn; in dmu_object_free() local 461 dnode_t *dn; in dmu_object_zapify() local 492 dnode_t *dn; in dmu_object_free_zapified() local
|
H A D | dmu_direct.c | 209 dmu_write_abd(dnode_t *dn, uint64_t offset, uint64_t size, in dmu_write_abd() 248 dmu_read_abd(dnode_t *dn, uint64_t offset, uint64_t size, in dmu_read_abd() 353 dmu_read_uio_direct(dnode_t *dn, zfs_uio_t *uio, uint64_t size) in dmu_read_uio_direct() 374 dmu_write_uio_direct(dnode_t *dn, zfs_uio_t *uio, uint64_t size, dmu_tx_t *tx) in dmu_write_uio_direct()
|
H A D | zap_micro.c | 621 zap_lockdir_impl(dnode_t *dn, dmu_buf_t *db, const void *tag, dmu_tx_t *tx, in zap_lockdir_impl() 722 zap_lockdir_by_dnode(dnode_t *dn, dmu_tx_t *tx, in zap_lockdir_by_dnode() 745 dnode_t *dn; in zap_lockdir() local 839 mzap_create_impl(dnode_t *dn, int normflags, zap_flags_t flags, dmu_tx_t *tx) in mzap_create_impl() 876 dnode_t *dn; in zap_create_impl() local 922 dnode_t *dn; in zap_create_claim_norm_dnsize() local 1216 zap_lookup_by_dnode(dnode_t *dn, const char *name, in zap_lookup_by_dnode() 1224 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, in zap_lookup_norm_by_dnode() 1272 zap_prefetch_uint64_by_dnode(dnode_t *dn, const uint64_t *key, int key_numints) in zap_prefetch_uint64_by_dnode() 1319 zap_lookup_uint64_by_dnode(dnode_t *dn, const uint64_t *key, in zap_lookup_uint64_by_dnode() [all …]
|
H A D | dbuf_stats.c | 69 dnode_t *dn = DB_DNODE(db); in __dbuf_stats_hash_table_data() local
|
/freebsd/lib/libc/resolv/ |
H A D | res_comp.c | 153 res_hnok(const char *dn) { in res_hnok() 181 res_ownok(const char *dn) { in res_ownok() 196 res_mailok(const char *dn) { in res_mailok() 224 res_dnok(const char *dn) { in res_dnok()
|
/freebsd/tools/tools/zfsboottest/ |
H A D | zfsboottest.c | 86 zfs_read(spa_t *spa, dnode_phys_t *dn, void *buf, size_t size, off_t off) in zfs_read() 110 dnode_phys_t dn; local
|
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | iter_cred.c | 65 ntlm_cred dn; in _gss_ntlm_iter_creds_f() local
|
/freebsd/usr.bin/tip/libacu/ |
H A D | dn11.c | 41 static pid_t child = -1, dn; variable
|
/freebsd/usr.bin/dtc/ |
H A D | string.cc | 135 string dn(fn(str.get())); in dirbasename() local
|
/freebsd/lib/libcalendar/ |
H A D | easter.c | 86 int dn; in easterodn() local
|
/freebsd/lib/libc/nameser/ |
H A D | ns_name.c | 98 char *dn, *eom; in ns_name_ntop() local 355 u_char *dn, *eom; in ns_name_ntol() local 923 const u_char *dn, *cp, *sp; in dn_find() local 977 decode_bitstring(const unsigned char **cpp, char *dn, const char *eom) in decode_bitstring()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb-ldap.c | 67 HDB2BASE(dn) global() argument 68 HDB2URL(dn) global() argument 741 LDAP_dn2principal(krb5_context context,HDB * db,const char * dn,krb5_principal * principal) LDAP_dn2principal() argument 975 char *unparsed_name = NULL, *dn = NULL, *ntPasswordIN = NULL; LDAP_message2entry() local 1655 char *dn = NULL, *name = NULL; LDAP_store() local 1732 char *dn = NULL; LDAP_remove() local [all...] |
/freebsd/contrib/tcsh/ |
H A D | sh.dir.c | 1198 struct directory *dn; in dnewcwd() local 1228 struct directory *dn, *dp; in dsetstack() local 1263 struct directory *dn; in dgetstack() local
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dnode.h | 107 #define DN_SLOT_IS_PTR(dn) ((void *)dn > DN_SLOT_INTERIOR) argument 108 #define DN_SLOT_IS_VALID(dn) ((void *)dn != NULL) argument 392 #define DN_DBUFS_COUNT(dn) ((dn)->dn_dbufs_count + \ argument 641 #define dprintf_dnode(dn, fmt, ...) do { \ argument 655 #define DNODE_VERIFY(dn) dnode_verify(dn) argument 661 #define DNODE_VERIFY(dn) ((void) sizeof ((uintptr_t)(dn))) argument
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ad.c | 120 LDAP_CONST char *dn, in ldap_tsasl_bind_s() 581 char *p, *realmless_p, *p_msrealm = NULL, *dn = NULL; in kadm5_ad_create_principal() local 801 char *p, *dn = NULL; in kadm5_ad_delete_principal() local 1079 char *filter, *dn; in kadm5_ad_modify_principal() local
|
/freebsd/stand/efi/boot1/ |
H A D | zfs_module.c | 143 dnode_phys_t dn; in load() local
|
/freebsd/usr.sbin/uathload/ |
H A D | uathload.c | 88 char *bn, *bnbuf, *dn, *dnbuf; in getdevname() local
|
/freebsd/usr.sbin/ypldap/ |
H A D | aldap.h | 53 struct ber_element *dn; member 78 char *dn; member
|
/freebsd/usr.bin/systat/ |
H A D | iostat.c | 294 devstats(int row, int _col, int dn) in devstats()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_as.c | 97 dt_node_t dn; in dt_copyvar() local
|