Home
last modified time | relevance | path

Searched refs:dnode_t (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddnode.h363 dnode_t *dnh_dnode;
382 void dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx);
383 void dnode_setbonus_type(dnode_t *dn, dmu_object_type_t, dmu_tx_t *tx);
384 void dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx);
387 void *ref, dnode_t **dnp);
389 void *ref, dnode_t **dnp);
390 boolean_t dnode_add_ref(dnode_t *dn, void *ref);
391 void dnode_rele(dnode_t *dn, void *ref);
392 void dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting);
393 void dnode_setdirty(dnode_t *dn, dmu_tx_t *tx);
[all …]
Ddmu.h84 typedef struct dnode dnode_t; typedef
463 void dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp,
489 int dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags,
509 int dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset,
544 int dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset, uint64_t length,
671 dnode_t *dmu_buf_dnode_enter(dmu_buf_t *db);
714 void dmu_tx_hold_write_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off,
718 void dmu_tx_hold_free_by_dnode(dmu_tx_t *tx, dnode_t *dn, uint64_t off,
722 void dmu_tx_hold_zap_by_dnode(dmu_tx_t *tx, dnode_t *dn, int add,
725 void dmu_tx_hold_bonus_by_dnode(dmu_tx_t *tx, dnode_t *dn);
[all …]
Dzap.h225 int zap_lookup_by_dnode(dnode_t *dn, const char *name,
227 int zap_lookup_norm_by_dnode(dnode_t *dn, const char *name,
232 int zap_count_write_by_dnode(dnode_t *dn, const char *name,
244 int zap_add_by_dnode(dnode_t *dn, const char *key,
286 int zap_remove_by_dnode(dnode_t *dn, const char *name, dmu_tx_t *tx);
Ddmu_tx.h138 void dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn);
Ddmu_objset.h205 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu.c161 dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_noread_by_dnode()
184 dnode_t *dn; in dmu_buf_hold_noread()
208 dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_by_dnode()
263 dnode_t *dn; in dmu_set_bonus()
286 dnode_t *dn; in dmu_set_bonustype()
309 dnode_t *dn; in dmu_get_bonustype()
323 dnode_t *dn; in dmu_rm_spill()
341 dnode_t *dn; in dmu_bonus_hold()
389 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp) in dmu_spill_hold_by_dnode()
415 dnode_t *dn; in dmu_spill_hold_existing()
[all …]
Ddnode.c124 dnode_t *dn = arg; in dnode_cons()
187 dnode_t *dn = arg; in dnode_dest()
236 sizeof (dnode_t), in dnode_init()
266 dnode_verify(dnode_t *dn) in dnode_verify()
393 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx) in dnode_setbonuslen()
410 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) in dnode_setbonus_type()
421 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx) in dnode_rm_spill()
431 dnode_setdblksz(dnode_t *dn, int size) in dnode_setdblksz()
443 static dnode_t *
447 dnode_t *dn; in dnode_create()
[all …]
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()
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()
315 dnode_t *dn = txh->txh_dnode; in dmu_tx_hold_remap_l1indirect()
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()
454 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()
467 dnode_t *dn; in dmu_tx_hold_zap_impl()
[all …]
Ddmu_object.c52 dnode_t *dn = NULL; in dmu_object_alloc_impl()
241 dnode_t *dn; in dmu_object_claim_dnsize()
278 dnode_t *dn; in dmu_object_reclaim_dnsize()
303 dnode_t *dn; in dmu_object_free()
399 dnode_t *dn; in dmu_object_zapify()
430 dnode_t *dn; in dmu_object_free_zapified()
Ddnode_sync.c40 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx) in dnode_increase_indirection()
114 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx) in free_blocks()
160 dnode_t *dn; in free_verify()
251 dnode_t *dn; in free_children()
340 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl()
398 dnode_t *dsfra_dnode;
407 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range()
419 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs()
471 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus()
518 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free()
[all …]
Ddbuf.c153 dnode_t *dh_dn;
170 dnode_t *dn, uint8_t level, uint64_t blkid, boolean_t fail_sparse,
377 dnode_t *dn; in dbuf_find_bonus()
934 dnode_t *dn; in dbuf_verify()
1129 dbuf_whichblock(dnode_t *dn, int64_t level, uint64_t offset) in dbuf_whichblock()
1205 dnode_t *dn; in dbuf_read_impl()
1337 dnode_t *dn = DB_DNODE(db); in dbuf_fix_old_data()
1368 dnode_t *dn; in dbuf_read()
1539 dbuf_free_range(dnode_t *dn, uint64_t start_blkid, uint64_t end_blkid, in dbuf_free_range()
1640 dnode_t *dn; in dbuf_new_size()
[all …]
Ddmu_objset.c384 dnode_t *dn = obj; in dnode_multilist_index_func()
577 os->os_dirty_dnodes[i] = multilist_create(sizeof (dnode_t), in dmu_objset_open_impl()
578 offsetof(dnode_t, dn_dirty_link[i]), in dmu_objset_open_impl()
581 list_create(&os->os_dnodes, sizeof (dnode_t), in dmu_objset_open_impl()
582 offsetof(dnode_t, dn_link)); in dmu_objset_open_impl()
775 dnode_t dn_marker; in dmu_objset_evict_dbufs()
776 dnode_t *dn; in dmu_objset_evict_dbufs()
897 dnode_t *mdn; in dmu_objset_create_impl()
1290 dnode_t *dn; in dmu_objset_sync_dnodes()
1470 multilist_create(sizeof (dnode_t), in dmu_objset_sync()
[all …]
Ddbuf_stats.c70 dnode_t *dn = DB_DNODE(db); in __dbuf_stats_hash_table_data()
Dzap_micro.c556 zap_lockdir_by_dnode(dnode_t *dn, dmu_tx_t *tx, in zap_lockdir_by_dnode()
961 zap_lookup_by_dnode(dnode_t *dn, const char *name, in zap_lookup_by_dnode()
969 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, in zap_lookup_norm_by_dnode()
1192 zap_add_by_dnode(dnode_t *dn, const char *key, in zap_add_by_dnode()
1359 zap_remove_by_dnode(dnode_t *dn, const char *name, dmu_tx_t *tx) in zap_remove_by_dnode()
Ddmu_zfetch.c118 dmu_zfetch_init(zfetch_t *zf, dnode_t *dno) in dmu_zfetch_init()
Dzap.c305 dnode_t *dn = dmu_buf_dnode_enter(zap->zap_dbuf); in zap_table_load()
527 dnode_t *dn = dmu_buf_dnode_enter(zap->zap_dbuf); in zap_get_leaf_byblk()
Dsa.c1647 dnode_t *dn; in sa_modify_attrs()
Dzvol.c180 dnode_t *zv_dn; /* dnode hold */
Darc.c4024 arc_dnode_limit) / sizeof (dnode_t) / in arc_evict_state()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zinject/
Dtranslate.c184 dnode_t *dn = NULL; in calculate_range()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c1535 dump_indirect(dnode_t *dn) in dump_indirect()
2152 dnode_t *dn; in dump_object()