Home
last modified time | relevance | path

Searched defs:dn (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c90 rt_name(dnode_t *dn, const char *name) in rt_name()
139 dnode_t *dn = arg; in dnode_cons() local
202 dnode_t *dn = arg; in dnode_dest() local
405 dnode_verify(dnode_t *dn) in dnode_verify()
521 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx) in dnode_setbonuslen()
546 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) in dnode_setbonus_type()
557 dnode_set_storage_type(dnode_t *dn, dmu_object_type_t newtype) in dnode_set_storage_type()
568 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx) in dnode_rm_spill()
578 dnode_setdblksz(dnode_t *dn, int size) in dnode_setdblksz()
594 dnode_t *dn; in dnode_create() local
[all …]
H A Ddmu_tx.c115 dmu_tx_hold_dnode_impl(dmu_tx_t *tx, dnode_t *dn, enum dmu_tx_hold_type type, in dmu_tx_hold_dnode_impl()
153 dnode_t *dn = NULL; in dmu_tx_hold_object_impl() local
171 dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn) in dmu_tx_add_new_object()
210 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid) in dmu_tx_check_ioerr()
235 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write() local
305 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_append() local
374 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()
411 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()
443 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free() local
539 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 Ddnode_sync.c43 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx) in dnode_increase_indirection()
135 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx) in free_blocks()
183 dnode_t *dn; in free_verify() local
277 dnode_t *dn; in free_children() local
372 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl()
453 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range() local
465 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs()
529 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus()
577 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free()
642 dnode_sync(dnode_t *dn, dmu_tx_t *tx) in dnode_sync()
H A Ddmu.c176 dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_noread_by_dnode()
200 dnode_t *dn; in dmu_buf_hold_noread() local
224 dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_by_dnode()
271 dnode_t *dn; in dmu_set_bonus() local
295 dnode_t *dn; in dmu_set_bonustype() local
331 dnode_t *dn; in dmu_rm_spill() local
348 int dmu_bonus_hold_by_dnode(dnode_t *dn, const void *tag, dmu_buf_t **dbp, in dmu_bonus_hold_by_dnode()
393 dnode_t *dn; in dmu_bonus_hold() local
416 dmu_spill_hold_by_dnode(dnode_t *dn, dmu_flags_t flags, const void *tag, in dmu_spill_hold_by_dnode()
448 dnode_t *dn; in dmu_spill_hold_existing() local
[all …]
H A Ddbuf.c374 dnode_t *dn; in dbuf_find_bonus() local
449 dnode_t *dn = DB_DNODE(db); in dbuf_include_in_metadata_cache() local
670 dnode_level_is_l2cacheable(blkptr_t *bp, dnode_t *dn, int64_t level) in dnode_level_is_l2cacheable()
1121 dnode_t *dn; in dbuf_verify() local
1297 dbuf_whichblock(const dnode_t *dn, const int64_t level, const uint64_t offset) in dbuf_whichblock()
1426 dbuf_read_bonus(dmu_buf_impl_t *db, dnode_t *dn) in dbuf_read_bonus()
1449 dbuf_handle_indirect_hole(void *data, dnode_t *dn, blkptr_t *dbbp) in dbuf_handle_indirect_hole()
1473 dbuf_read_hole(dmu_buf_impl_t *db, dnode_t *dn, blkptr_t *bp) in dbuf_read_hole()
1517 dbuf_read_verify_dnode_crypt(dmu_buf_impl_t *db, dnode_t *dn, in dbuf_read_verify_dnode_crypt()
1580 dbuf_read_impl(dmu_buf_impl_t *db, dnode_t *dn, zio_t *zio, dmu_flags_t flags, in dbuf_read_impl()
[all …]
H A Ddmu_object.c55 dnode_t *dn = NULL; in dmu_object_alloc_impl() local
278 dnode_t *dn; in dmu_object_claim_dnsize() local
316 dnode_t *dn; in dmu_object_reclaim_dnsize() local
341 dnode_t *dn; in dmu_object_rm_spill() local
363 dnode_t *dn; in dmu_object_free() local
462 dnode_t *dn; in dmu_object_zapify() local
493 dnode_t *dn; in dmu_object_free_zapified() local
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c117 dnode_t *dn = arg; in dnode_cons() local
183 dnode_t *dn = arg; in dnode_dest() local
266 dnode_verify(dnode_t *dn) in dnode_verify()
384 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx) in dnode_setbonuslen()
401 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) in dnode_setbonus_type()
412 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx) in dnode_rm_spill()
422 dnode_setdblksz(dnode_t *dn, int size) in dnode_setdblksz()
438 dnode_t *dn; in dnode_create() local
512 dnode_destroy(dnode_t *dn) in dnode_destroy()
570 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate()
[all …]
H A Ddmu_tx.c96 dmu_tx_hold_dnode_impl(dmu_tx_t *tx, dnode_t *dn, enum dmu_tx_hold_type type, in dmu_tx_hold_dnode_impl()
134 dnode_t *dn = NULL; in dmu_tx_hold_object_impl() local
152 dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn) in dmu_tx_add_new_object()
191 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid) in dmu_tx_check_ioerr()
210 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write() local
315 dnode_t *dn = txh->txh_dnode; in dmu_tx_hold_remap_l1indirect() local
322 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()
355 dnode_t *dn; in dmu_tx_hold_free_impl() local
453 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()
466 dnode_t *dn; in dmu_tx_hold_zap_impl() local
[all …]
H A Ddmu.c169 dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_noread_by_dnode()
192 dnode_t *dn; in dmu_buf_hold_noread() local
216 dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_by_dnode()
275 dnode_t *dn; in dmu_set_bonus() local
298 dnode_t *dn; in dmu_set_bonustype() local
321 dnode_t *dn; in dmu_get_bonustype() local
335 dnode_t *dn; in dmu_rm_spill() local
352 int dmu_bonus_hold_by_dnode(dnode_t *dn, void *tag, dmu_buf_t **dbp, in dmu_bonus_hold_by_dnode()
405 dnode_t *dn; in dmu_bonus_hold_impl() local
471 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp) in dmu_spill_hold_by_dnode()
[all …]
H A Ddnode_sync.c42 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()
180 dnode_t *dn; in free_verify() local
271 dnode_t *dn; in free_children() local
366 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl()
446 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range() local
458 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs()
510 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus()
557 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free()
621 dnode_sync(dnode_t *dn, dmu_tx_t *tx) in dnode_sync()
H A Ddbuf.c248 dnode_t *dn; in dbuf_find_bonus() local
721 dnode_t *dn; in dbuf_verify() local
954 dbuf_whichblock(dnode_t *dn, int64_t level, uint64_t offset) in dbuf_whichblock()
1047 dnode_t *dn; in dbuf_read_verify_dnode_crypt() local
1093 dnode_t *dn; in dbuf_read_impl() local
1271 dnode_t *dn = DB_DNODE(db); in dbuf_fix_old_data() local
1277 dnode_t *dn = DB_DNODE(db); in dbuf_fix_old_data() local
1315 dnode_t *dn; in dbuf_read() local
1510 dbuf_free_range(dnode_t *dn, uint64_t start_blkid, uint64_t end_blkid, in dbuf_free_range()
1613 dnode_t *dn; in dbuf_new_size() local
[all …]
H A Ddmu_object.c53 dnode_t *dn = NULL; in dmu_object_alloc_impl() local
238 dnode_t *dn; in dmu_object_claim_dnsize() local
275 dnode_t *dn; in dmu_object_reclaim_dnsize() local
300 dnode_t *dn; in dmu_object_rm_spill() local
322 dnode_t *dn; in dmu_object_free() local
419 dnode_t *dn; in dmu_object_zapify() local
450 dnode_t *dn; in dmu_object_free_zapified() local
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_wrapper.c64 char *dn, LDAPMod **attrs, in _ns_ldap_add_ext()
75 char *dn, LDAPMod **attrs, in _ns_ldap_add_ext_s()
85 char *dn, LDAPMod **attrs) in _ns_ldap_add()
94 char *dn, LDAPMod **attrs) in _ns_ldap_add_s()
106 char *dn, char *attr, struct berval *bvalue, in _ns_ldap_compare_ext()
117 char *dn, char *attr, struct berval *bvalue, in _ns_ldap_compare_ext_s()
128 char *dn, char *attr, char *value) in _ns_ldap_compare()
137 char *dn, char *attr, char *value) in _ns_ldap_compare_s()
149 char *dn, LDAPControl **serverctrls, in _ns_ldap_delete_ext()
159 char *dn, LDAPControl **serverctrls, in _ns_ldap_delete_ext_s()
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c41 char *dn; in ldap_get_dn() local
66 ldap_dn2ufn( const char *dn ) in ldap_dn2ufn()
148 ldap_explode_dns( const char *dn ) in ldap_explode_dns()
190 ldap_explode( const char *dn, const int notypes, const int nametype ) in ldap_explode()
331 ldap_explode_dn( const char *dn, const int notypes ) in ldap_explode_dn()
345 ldap_is_dns_dn( const char *dn ) in ldap_is_dns_dn()
369 char *dn = 0; in ldap_dns_to_dn() local
H A Drename.c61 const char *dn, in ldap_rename()
183 ldap_modrdn2( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn ) in ldap_modrdn2()
196 ldap_modrdn( LDAP *ld, const char *dn, const char *newrdn ) in ldap_modrdn()
205 const char *dn, in ldap_rename_s()
231 ldap_modrdn2_s( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn ) in ldap_modrdn2_s()
247 ldap_modrdn_s( LDAP *ld, const char *dn, const char *newrdn ) in ldap_modrdn_s()
H A Ddelete.c45 ldap_delete( LDAP *ld, const char *dn ) in ldap_delete()
60 ldap_delete_ext( LDAP *ld, const char *dn, LDAPControl **serverctrls, in ldap_delete_ext()
131 ldap_delete_s( LDAP *ld, const char *dn ) in ldap_delete_s()
138 ldap_delete_ext_s( LDAP *ld, const char *dn, LDAPControl **serverctrls, in ldap_delete_ext_s()
H A Dsbind.c54 ldap_simple_bind( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind()
71 simple_bind_nolock( LDAP *ld, const char *dn, const char *passwd, in simple_bind_nolock()
151 ldap_simple_bind_s( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind_s()
180 simple_bindifnot_s( LDAP *ld, const char *dn, const char *passwd ) in simple_bindifnot_s()
H A Dadd.c59 ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add()
80 ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext()
188 ldap_add_s( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add_s()
194 ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext_s()
H A Dmodify.c57 ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify()
73 ldap_modify_ext( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext()
188 ldap_modify_s( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify_s()
195 ldap_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext_s()
H A Dcompare.c48 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value ) in ldap_compare()
68 ldap_compare_ext( LDAP *ld, const char *dn, const char *attr, in ldap_compare_ext()
148 ldap_compare_s( LDAP *ld, const char *dn, const char *attr, in ldap_compare_s()
161 ldap_compare_ext_s( LDAP *ld, const char *dn, const char *attr, in ldap_compare_ext_s()
H A Dbind.c49 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind()
95 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind_s()
H A Dcache.c39 ldap_cache_flush( LDAP *ld, const char *dn, const char *filter ) in ldap_cache_flush()
62 char *dn; in nsldapi_add_result_to_cache() local
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_dnames.c80 fill_in_abbrevs_table(struct Dwarf_Dnames_index_header_s * dn, in fill_in_abbrevs_table()
207 get_inhdr_cur(Dwarf_Dnames_Head dn, in get_inhdr_cur()
263 read_a_name_index(Dwarf_Dnames_Head dn, in read_a_name_index()
678 int dwarf_debugnames_sizes(Dwarf_Dnames_Head dn, in dwarf_debugnames_sizes()
748 dwarf_debugnames_cu_entry(Dwarf_Dnames_Head dn, in dwarf_debugnames_cu_entry()
791 dwarf_debugnames_local_tu_entry(Dwarf_Dnames_Head dn, in dwarf_debugnames_local_tu_entry()
842 dwarf_debugnames_foreign_tu_entry(Dwarf_Dnames_Head dn, in dwarf_debugnames_foreign_tu_entry()
902 int dwarf_debugnames_bucket(Dwarf_Dnames_Head dn, in dwarf_debugnames_bucket()
945 dwarf_debugnames_name(Dwarf_Dnames_Head dn, in dwarf_debugnames_name()
1031 dwarf_debugnames_abbrev_by_index(Dwarf_Dnames_Head dn, in dwarf_debugnames_abbrev_by_index()
[all …]
/freebsd/lib/libc/resolv/
H A Dres_comp.c153 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()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c173 res_hnok(const char *dn) { in res_hnok()
201 res_ownok(const char *dn) { in res_ownok()
216 res_mailok(const char *dn) { in res_mailok()
244 res_dnok(const char *dn) { in res_dnok()

123456789