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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddnode.h198 } dnode_t; typedef in typeref:struct:dnode
206 dnode_t *dnode_special_open(struct objset *dd, dnode_phys_t *dnp,
208 void dnode_special_close(dnode_t *dn);
210 void dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx);
212 void *ref, dnode_t **dnp);
214 void *ref, dnode_t **dnp);
215 boolean_t dnode_add_ref(dnode_t *dn, void *ref);
216 void dnode_rele(dnode_t *dn, void *ref);
217 void dnode_setdirty(dnode_t *dn, dmu_tx_t *tx);
218 void dnode_sync(dnode_t *d
[all...]
H A Ddmu_objset.h66 dnode_t *os_meta_dnode;
67 dnode_t *os_userused_dnode;
68 dnode_t *os_groupused_dnode;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_object.c38 dnode_t *dn = NULL;
90 dnode_t *dn;
110 dnode_t *dn;
163 dnode_t *dn;
H A Ddnode.c53 dnode_t *dn = unused;
54 bzero(dn, sizeof (dnode_t));
84 dnode_t *dn = unused;
104 dnode_cache = kmem_cache_create("dnode_t",
105 sizeof (dnode_t),
118 dnode_verify(dnode_t *dn)
245 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx)
262 dnode_setdblksz(dnode_t *dn, int size)
274 static dnode_t *
278 dnode_t *d
[all...]
H A Ddmu.c99 dnode_t *dn;
135 dnode_t *dn = ((dmu_buf_impl_t *)db)->db_dnode;
151 dnode_t *dn;
188 dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset, uint64_t length,
284 dnode_t *dn;
303 dnode_t *dn = ((dmu_buf_impl_t *)db)->db_dnode;
332 dnode_t *dn;
388 get_next_chunk(dnode_t *dn, uint64_t *start, uint64_t limit)
431 dmu_free_long_range_impl(objset_t *os, dnode_t *dn, uint64_t offset,
486 dnode_t *d
[all...]
H A Ddmu_tx.c99 dnode_t *dn = NULL;
141 * the hold on the dnode_t can cause problems.
150 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid)
166 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db,
213 dnode_t *dn = txh->txh_dnode;
378 dnode_t *dn = txh->txh_dnode;
379 dnode_t *mdn = txh->txh_tx->tx_objset->os_meta_dnode;
418 dnode_t *dn = txh->txh_dnode;
568 dnode_t *dn;
639 dnode_t *d
[all...]
H A Ddmu_objset.c329 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t),
330 offsetof(dnode_t, dn_dirty_link[i]));
331 list_create(&os->os_free_dnodes[i], sizeof (dnode_t),
332 offsetof(dnode_t, dn_dirty_link[i]));
334 list_create(&os->os_dnodes, sizeof (dnode_t),
335 offsetof(dnode_t, dn_link));
440 dnode_t *dn;
460 dnode_t *next_dn = dn;
537 dnode_t *mdn;
890 dnode_t *d
[all...]
H A Ddbuf.c105 dbuf_find(dnode_t *dn, uint8_t level, uint64_t blkid)
283 dnode_t *dn = db->db_dnode;
433 dbuf_whichblock(dnode_t *dn, uint64_t offset)
481 dnode_t *dn = db->db_dnode;
746 dbuf_free_range(dnode_t *dn, uint64_t start, uint64_t end, dmu_tx_t *tx)
920 dnode_t *dn = db->db_dnode;
1180 dnode_t *dn = db->db_dnode;
1414 dnode_t *dn = db->db_dnode;
1461 dbuf_findbp(dnode_t *dn, int level, uint64_t blkid, int fail_sparse,
1515 dbuf_create(dnode_t *d
[all...]
H A Ddmu_zfetch.c53 static uint64_t dmu_zfetch_fetch(dnode_t *, uint64_t, uint64_t);
54 static uint64_t dmu_zfetch_fetchsz(dnode_t *, uint64_t, uint64_t);
261 dmu_zfetch_init(zfetch_t *zf, dnode_t *dno)
282 dmu_zfetch_fetch(dnode_t *dn, uint64_t blkid, uint64_t nblks)
304 dmu_zfetch_fetchsz(dnode_t *dn, uint64_t blkid, uint64_t nblks)
H A Ddnode_sync.c36 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx)
111 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx)
213 dnode_t *dn = db->db_dnode;
296 dnode_sync_free_range(dnode_t *dn, uint64_t blkid, uint64_t nblks, dmu_tx_t *tx)
363 dnode_evict_dbufs(dnode_t *dn)
447 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx)
508 dnode_sync(dnode_t *dn, dmu_tx_t *tx)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c925 dump_indirect(dnode_t *dn)
1271 dnode_t *dn;

Completed in 185 milliseconds