Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h397 dnode_t *dnh_dnode;
418 void dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx);
421 void *ref, dnode_t **dnp);
423 void *ref, dnode_t **dnp);
425 void dnode_rele(dnode_t *dn, void *ref);
430 void dnode_sync(dnode_t *dn, dmu_tx_t *tx);
436 void dnode_free(dnode_t *dn, dmu_tx_t *tx);
439 void dnode_verify(dnode_t *dn);
451 void dnode_evict_dbufs(dnode_t *dn);
452 void dnode_evict_bonus(dnode_t *dn);
[all …]
H A Ddmu.h82 typedef struct dnode dnode_t; typedef
515 void dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp,
531 int dmu_bonus_hold_by_dnode(dnode_t *dn, void *tag, dmu_buf_t **dbp,
545 int dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags,
565 int dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset,
567 int dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset,
729 dnode_t *dmu_buf_dnode_enter(dmu_buf_t *db);
782 void dmu_tx_hold_zap_by_dnode(dmu_tx_t *tx, dnode_t *dn, int add,
785 void dmu_tx_hold_bonus_by_dnode(dmu_tx_t *tx, dnode_t *dn);
845 void dmu_write_by_dnode(dnode_t *dn, uint64_t offset, uint64_t size,
[all …]
H A Dzap.h137 dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx);
147 void mzap_create_impl(dnode_t *dn, int normflags, zap_flags_t flags,
226 int zap_lookup_by_dnode(dnode_t *dn, const char *name,
228 int zap_lookup_norm_by_dnode(dnode_t *dn, const char *name,
233 int zap_count_write_by_dnode(dnode_t *dn, const char *name,
245 int zap_add_by_dnode(dnode_t *dn, const char *key,
287 int zap_remove_by_dnode(dnode_t *dn, const char *name, dmu_tx_t *tx);
H A Ddbuf.h141 dnode_t *dr_dnode;
373 dbuf_dirty_record_t *dbuf_dirty_lightweight(dnode_t *dn, uint64_t blkid,
380 int dmu_lightweight_write_by_dnode(dnode_t *dn, uint64_t offset, abd_t *abd,
400 int dbuf_dnode_findbp(dnode_t *dn, uint64_t level, uint64_t blkid,
H A Dzvol_impl.h52 dnode_t *zv_dn; /* dnode hold */
H A Ddmu_tx.h160 void dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn);
H A Ddmu_objset.h246 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c181 dnode_t *dn; in dmu_buf_hold_noread()
264 dnode_t *dn; in dmu_set_bonus()
287 dnode_t *dn; in dmu_set_bonustype()
310 dnode_t *dn; in dmu_get_bonustype()
324 dnode_t *dn; in dmu_rm_spill()
390 dnode_t *dn; in dmu_bonus_hold()
444 dnode_t *dn; in dmu_spill_hold_existing()
474 dnode_t *dn; in dmu_spill_hold_by_bonus()
599 dnode_t *dn; in dmu_buf_hold_array()
620 dnode_t *dn; in dmu_buf_hold_array_by_bonus()
[all …]
H A Ddmu_object.c49 int dnodesize, dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in dmu_object_alloc_impl()
54 dnode_t *dn = NULL; in dmu_object_alloc_impl()
258 int dnodesize, dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in dmu_object_alloc_hold()
277 dnode_t *dn; in dmu_object_claim_dnsize()
315 dnode_t *dn; in dmu_object_reclaim_dnsize()
340 dnode_t *dn; in dmu_object_rm_spill()
362 dnode_t *dn; in dmu_object_free()
459 dnode_t *dn; in dmu_object_zapify()
490 dnode_t *dn; in dmu_object_free_zapified()
H A Ddnode.c115 dnode_t *dn = arg; in dnode_cons()
181 dnode_t *dn = arg; in dnode_dest()
261 dnode_verify(dnode_t *dn) in dnode_verify()
444 static dnode_t *
448 dnode_t *dn; in dnode_create()
519 dnode_destroy(dnode_t *dn) in dnode_destroy()
750 dnode_move_impl(dnode_t *odn, dnode_t *ndn) in dnode_move_impl()
1197 dnode_t *dn; in dnode_special_open()
1217 dnode_t *dn; in dnode_buf_evict_async()
1280 void *tag, dnode_t **dnp) in dnode_hold_impl()
[all …]
H A Ddmu_tx.c149 dnode_t *dn = NULL; in dmu_tx_hold_object_impl()
167 dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn) in dmu_tx_add_new_object()
225 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write()
350 dnode_t *dn = txh->txh_dnode; in dmu_tx_hold_free_impl()
461 dnode_t *dn = txh->txh_dnode; in dmu_tx_hold_zap_impl()
581 dnode_t *dn = DB_DNODE(db); in dmu_tx_dirty_buf()
906 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign()
976 dnode_t *dn = txh->txh_dnode; in dmu_tx_unassign()
1119 dnode_t *dn = txh->txh_dnode; in dmu_tx_destroy()
1147 dnode_t *dn = txh->txh_dnode; in dmu_tx_commit()
[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()
268 dnode_t *dn; in free_children()
363 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl()
435 dnode_t *dsfra_dnode;
444 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range()
456 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs()
512 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus()
560 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free()
[all …]
H A Ddbuf.c351 dnode_t *dn; in dbuf_find_bonus()
921 dnode_t *dn; in dbuf_verify()
1395 dnode_t *dn; in dbuf_read_verify_dnode_crypt()
1441 dnode_t *dn; in dbuf_read_impl()
1592 dnode_t *dn; in dbuf_read()
1895 dnode_t *dn; in dbuf_new_size()
2047 dnode_t *dn; in dbuf_dirty()
2730 dnode_t *dn; in dbuf_destroy()
3835 dnode_t *
4361 dnode_t *dn; in dbuf_write_ready()
[all …]
H A Ddmu_objset.c401 dnode_t *dn = obj; in dnode_multilist_index_func()
605 offsetof(dnode_t, dn_dirty_link[i]), in dmu_objset_open_impl()
609 offsetof(dnode_t, dn_link)); in dmu_objset_open_impl()
884 dnode_t *dn_marker; in dmu_objset_evict_dbufs()
885 dnode_t *dn; in dmu_objset_evict_dbufs()
913 kmem_free(dn_marker, sizeof (dnode_t)); in dmu_objset_evict_dbufs()
1016 dnode_t *mdn; in dmu_objset_create_impl_dnstats()
1503 dnode_t *dn; in dmu_objset_sync_dnodes()
1694 multilist_create(sizeof (dnode_t), in dmu_objset_sync()
1948 dnode_t *dn; in userquota_updates_task()
[all …]
H A Dzap_micro.c583 zap_lockdir_by_dnode(dnode_t *dn, dmu_tx_t *tx, in zap_lockdir_by_dnode()
701 mzap_create_impl(dnode_t *dn, int normflags, zap_flags_t flags, dmu_tx_t *tx) in mzap_create_impl()
730 dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in zap_create_impl()
737 dnode_t *dn; in zap_create_impl()
783 dnode_t *dn; in zap_create_claim_norm_dnsize()
862 dnode_t **allocated_dnode, void *tag, dmu_tx_t *tx) in zap_create_hold()
1047 zap_lookup_by_dnode(dnode_t *dn, const char *name, in zap_lookup_by_dnode()
1055 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, in zap_lookup_norm_by_dnode()
1280 zap_add_by_dnode(dnode_t *dn, const char *key, in zap_add_by_dnode()
1436 zap_remove_by_dnode(dnode_t *dn, const char *name, dmu_tx_t *tx) in zap_remove_by_dnode()
H A Ddbuf_stats.c69 dnode_t *dn = DB_DNODE(db); in __dbuf_stats_hash_table_data()
H A Ddmu_zfetch.c116 dmu_zfetch_init(zfetch_t *zf, dnode_t *dno) in dmu_zfetch_init()
H A Ddmu_redact.c857 uint64_t *object, dnode_t **dn) in hold_next_object()
902 dnode_t *dn = NULL; in perform_redaction()
H A Dzio_inject.c708 dnode_t *dn = NULL; in zio_calculate_range()
H A Dzap.c304 dnode_t *dn = dmu_buf_dnode_enter(zap->zap_dbuf); in zap_table_load()
536 dnode_t *dn = dmu_buf_dnode_enter(zap->zap_dbuf); in zap_get_leaf_byblk()
H A Ddsl_crypt.c1962 dnode_t *mdn; in dsl_crypto_recv_raw_objset_check()
2058 dnode_t *mdn; in dsl_crypto_recv_raw_objset_sync()
2381 dnode_t *mdn; in dsl_crypto_populate_key_nvlist()
H A Ddmu_recv.c1792 dnode_t *dn; in receive_object()
1865 dnode_t *dn; in flush_write_batch_impl()
H A Ddmu_send.c1695 enqueue_range(struct send_reader_thread_arg *srta, bqueue_t *q, dnode_t *dn, in enqueue_range()
1795 dnode_t *dn; in send_reader_thread()
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dnode.h47 TP_PROTO(dnode_t *dn, int64_t refcount, uint32_t dbufs),
111 TP_PROTO(dnode_t *dn, int64_t refcount, uint32_t dbufs), \
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c85 dnode_t *dn; in dmu_buf_hold_array()

12