Searched refs:dnode_t (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddnode.h232 } dnode_t; typedef in typeref:struct:dnode
242 dnode_t *dnh_dnode;
256 dnode_t *dnode_special_open(struct objset *dd, dnode_phys_t *dnp,
260 void dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx);
261 void dnode_setbonus_type(dnode_t *dn, dmu_object_type_t, dmu_tx_t *tx);
262 void dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx);
265 void *ref, dnode_t **dnp);
267 void *ref, dnode_t **dnp);
268 boolean_t dnode_add_ref(dnode_t *dn, void *ref);
269 void dnode_rele(dnode_t *d
[all...]
H A Ddbuf.h296 dnode_t *__dn; \
303 dnode_t *__dn; \
H A Ddmu_objset.h165 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_object.c38 dnode_t *dn = NULL;
90 dnode_t *dn;
110 dnode_t *dn;
167 dnode_t *dn;
H A Ddmu.c134 dnode_t *dn;
175 dnode_t *dn;
198 dnode_t *dn;
221 dnode_t *dn;
235 dnode_t *dn;
253 dnode_t *dn;
301 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp)
327 dnode_t *dn;
356 dnode_t *dn;
374 dmu_buf_hold_array_by_dnode(dnode_t *d
[all...]
H A Ddnode.c69 dnode_t *dn = arg;
134 dnode_t *dn = arg;
182 dnode_cache = kmem_cache_create("dnode_t",
183 sizeof (dnode_t),
198 dnode_verify(dnode_t *dn)
333 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx)
350 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx)
361 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx)
371 dnode_setdblksz(dnode_t *dn, int size)
383 static dnode_t *
[all...]
H A Ddmu_tx.c103 dnode_t *dn = NULL;
145 * the hold on the dnode_t can cause problems.
154 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid)
170 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db,
217 dnode_t *dn = txh->txh_dnode;
382 dnode_t *dn = txh->txh_dnode;
383 dnode_t *mdn = DMU_META_DNODE(txh->txh_tx->tx_objset);
422 dnode_t *dn = txh->txh_dnode;
589 dnode_t *dn;
681 dnode_t *d
[all...]
H A Ddmu_objset.c391 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t),
392 offsetof(dnode_t, dn_dirty_link[i]));
393 list_create(&os->os_free_dnodes[i], sizeof (dnode_t),
394 offsetof(dnode_t, dn_dirty_link[i]));
396 list_create(&os->os_dnodes, sizeof (dnode_t),
397 offsetof(dnode_t, dn_link));
561 dnode_t *dn;
581 dnode_t *next_dn = dn;
676 dnode_t *mdn;
925 dnode_t *d
[all...]
H A Ddnode_sync.c37 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx)
116 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx)
144 dnode_t *dn;
222 dnode_t *dn;
309 dnode_sync_free_range(dnode_t *dn, uint64_t blkid, uint64_t nblks, dmu_tx_t *tx)
376 dnode_evict_dbufs(dnode_t *dn)
467 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx)
530 dnode_sync(dnode_t *dn, dmu_tx_t *tx)
H A Ddmu_zfetch.c71 static uint64_t dmu_zfetch_fetch(dnode_t *, uint64_t, uint64_t);
72 static uint64_t dmu_zfetch_fetchsz(dnode_t *, uint64_t, uint64_t);
279 dmu_zfetch_init(zfetch_t *zf, dnode_t *dno)
300 dmu_zfetch_fetch(dnode_t *dn, uint64_t blkid, uint64_t nblks)
322 dmu_zfetch_fetchsz(dnode_t *dn, uint64_t blkid, uint64_t nblks)
H A Ddbuf.c117 dbuf_find(dnode_t *dn, uint8_t level, uint64_t blkid)
311 dnode_t *dn;
474 dbuf_whichblock(dnode_t *dn, uint64_t offset)
521 dnode_t *dn;
603 dnode_t *dn;
815 dbuf_free_range(dnode_t *dn, uint64_t start, uint64_t end, dmu_tx_t *tx)
968 dnode_t *dn;
1032 dnode_t *dn;
1309 dnode_t *dn;
1538 dnode_t *d
[all...]
H A Dsa.c1644 dnode_t *dn;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c184 dnode_t *dn = NULL;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1049 dump_indirect(dnode_t *dn)
1565 dnode_t *dn;

Completed in 292 milliseconds