| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| dnode.h | 258 dnode_t *dnh_dnode; 277 void dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx); 278 void dnode_setbonus_type(dnode_t *dn, dmu_object_type_t, dmu_tx_t *tx); 279 void dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx); 282 void *ref, dnode_t **dnp); 284 void *ref, dnode_t **dnp); 285 boolean_t dnode_add_ref(dnode_t *dn, void *ref); 286 void dnode_rele(dnode_t *dn, void *ref); 287 void dnode_rele_and_unlock(dnode_t *dn, void *tag); 288 void dnode_setdirty(dnode_t *dn, dmu_tx_t *tx) [all...] |
| dmu.h | 82 typedef struct dnode dnode_t; typedef in typeref:struct:dnode 424 void dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp, 450 int dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, 470 int dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, 635 dnode_t *dmu_buf_dnode_enter(dmu_buf_t *db); 820 void dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi);
|
| zap.h | 219 int zap_lookup_by_dnode(dnode_t *dn, const char *name, 221 int zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, 226 int zap_count_write_by_dnode(dnode_t *dn, const char *name,
|
| dmu_objset.h | 178 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_object.c | 41 dnode_t *dn = NULL; 99 dnode_t *dn; 119 dnode_t *dn; 139 dnode_t *dn; 186 dnode_t *dn; 211 dnode_t *dn;
|
| dnode.c | 107 dnode_t *dn = arg; 169 dnode_t *dn = arg; 216 dnode_cache = kmem_cache_create("dnode_t", 217 sizeof (dnode_t), 232 dnode_verify(dnode_t *dn) 354 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx) 371 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) 382 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx) 392 dnode_setdblksz(dnode_t *dn, int size) 404 static dnode_t * [all...] |
| dmu.c | 144 dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset, 167 dnode_t *dn; 191 dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, 246 dnode_t *dn; 269 dnode_t *dn; 292 dnode_t *dn; 306 dnode_t *dn; 324 dnode_t *dn; 372 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp) 398 dnode_t *dn [all...] |
| dnode_sync.c | 40 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx) 114 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx) 160 dnode_t *dn; 236 dnode_t *dn; 316 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, 374 dnode_t *dsfra_dnode; 382 dnode_t *dn = dsfra->dsfra_dnode; 393 dnode_evict_dbufs(dnode_t *dn) 432 dnode_evict_bonus(dnode_t *dn) 479 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx [all...] |
| dmu_tx.c | 105 dnode_t *dn = NULL; 153 * the hold on the dnode_t can cause problems. 162 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid) 178 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, 231 dnode_t *dn = txh->txh_dnode; 412 dnode_t *dn = txh->txh_dnode; 413 dnode_t *mdn = DMU_META_DNODE(txh->txh_tx->tx_objset); 455 dnode_t *dn = txh->txh_dnode; 656 dnode_t *dn; 748 dnode_t *dn [all...] |
| dmu_objset.c | 450 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t), 451 offsetof(dnode_t, dn_dirty_link[i])); 452 list_create(&os->os_free_dnodes[i], sizeof (dnode_t), 453 offsetof(dnode_t, dn_dirty_link[i])); 455 list_create(&os->os_dnodes, sizeof (dnode_t), 456 offsetof(dnode_t, dn_link)); 647 dnode_t dn_marker; 648 dnode_t *dn; 762 dnode_t *mdn; 1025 dnode_t *dn [all...] |
| dbuf.c | 220 dnode_t *dn; 675 dnode_t *dn; 871 dbuf_whichblock(dnode_t *dn, int64_t level, uint64_t offset) 938 dnode_t *dn; 1033 dnode_t *dn; 1235 dbuf_free_range(dnode_t *dn, uint64_t start_blkid, uint64_t end_blkid, 1371 dnode_t *dn; 1460 dnode_t *dn; 1767 dnode_t *dn; 2044 dnode_t *dn [all...] |
| dmu_zfetch.c | 118 dmu_zfetch_init(zfetch_t *zf, dnode_t *dno)
|
| zap_micro.c | 554 zap_lockdir_by_dnode(dnode_t *dn, dmu_tx_t *tx, 897 zap_lookup_by_dnode(dnode_t *dn, const char *name, 905 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, 1494 zap_count_write_by_dnode(dnode_t *dn, const char *name, int add,
|
| zap.c | 274 dnode_t *dn; 519 dnode_t *dn = dmu_buf_dnode_enter(zap->zap_dbuf);
|
| sa.c | 1657 dnode_t *dn;
|
| /src/external/cddl/osnet/dist/cmd/zinject/ |
| translate.c | 184 dnode_t *dn = NULL;
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb.c | 1313 dump_indirect(dnode_t *dn) 1833 dnode_t *dn;
|