/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu_objset.h | 28 dnode_phys_t os_meta_dnode; 32 char os_pad[2048 - sizeof (dnode_phys_t)*3 - 34 dnode_phys_t os_userused_dnode; 35 dnode_phys_t os_groupused_dnode;
|
H A D | dnode.h | 80 } dnode_phys_t; typedef
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 63 static dnode_phys_t *dnode_buf = NULL; 64 static dnode_phys_t *dnode_mdn = NULL; 525 dmu_read(dnode_phys_t *dn, uint64_t blkid, void *buf, char *stack) in dmu_read() 717 fzap_lookup(dnode_phys_t *zap_dnode, zap_phys_t *zap, in fzap_lookup() 761 zap_lookup(dnode_phys_t *zap_dnode, const char *name, uint64_t *val, in zap_lookup() 799 zap_iterate(dnode_phys_t *zap_dnode, zap_cb_t *cb, void *arg, char *stack) in zap_iterate() 854 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, in dnode_get() 860 dnode_phys_t *dnbuf; in dnode_get() 880 dnbuf = (dnode_phys_t *)stack; in dnode_get() 947 dnode_get_path(dnode_phys_t *mdn, char *path, dnode_phys_t *dn, in dnode_get_path() [all …]
|
H A D | fsys_zfs.h | 72 #define MOS ((dnode_phys_t *)\
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 61 dnode_phys_t os_meta_dnode; 65 char os_pad[OBJSET_PHYS_SIZE - sizeof (dnode_phys_t)*3 - 67 dnode_phys_t os_userused_dnode; 68 dnode_phys_t os_groupused_dnode;
|
H A D | dnode.h | 145 } dnode_phys_t; typedef 162 dnode_phys_t *dn_phys; /* pointer into dn->dn_dbuf->db.db_data */ 270 void dnode_special_open(struct objset *dd, dnode_phys_t *dnp, 292 void dnode_byteswap(dnode_phys_t *dnp);
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_traverse.c | 68 static int traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, 70 static void prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *, 154 resume_skip_check(traverse_data_t *td, const dnode_phys_t *dnp, in resume_skip_check() 213 traverse_visitbp(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_visitbp() 327 dnode_phys_t *child_dnp = buf->b_data; in traverse_visitbp() 424 prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *dnp, in prefetch_dnode_metadata() 442 traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_dnode() 491 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in traverse_prefetcher()
|
H A D | dmu_diff.c | 85 report_dnode(struct diffarg *da, uint64_t object, dnode_phys_t *dnp) in report_dnode() 110 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb() 130 dnode_phys_t *blk; in diff_cb()
|
H A D | dnode.c | 56 static dnode_phys_t dnode_phys_zero; 275 (dnode_phys_t *)dn->dn_dbuf->db.db_data + in dnode_verify() 284 dnode_byteswap(dnode_phys_t *dnp) in dnode_byteswap() 290 bzero(dnp, sizeof (dnode_phys_t)); in dnode_byteswap() 338 dnode_phys_t *buf = vbuf; in dnode_buf_byteswap() 341 ASSERT3U(sizeof (dnode_phys_t), ==, (1<<DNODE_SHIFT)); in dnode_buf_byteswap() 342 ASSERT((size & (sizeof (dnode_phys_t)-1)) == 0); in dnode_buf_byteswap() 403 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, in dnode_create() 556 ASSERT(bcmp(dn->dn_phys, &dnode_phys_zero, sizeof (dnode_phys_t)) == 0); in dnode_allocate() 1007 dnode_special_open(objset_t *os, dnode_phys_t *dnp, uint64_t object, in dnode_special_open() [all …]
|
H A D | dsl_scan.c | 355 dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn, 359 dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx); 566 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp, in dsl_scan_check_resume() 607 dnode_phys_t *dnp, const blkptr_t *bp, in dsl_scan_recurse() 643 dnode_phys_t *cdnp; in dsl_scan_recurse() 706 dmu_objset_type_t ostype, dnode_phys_t *dnp, in dsl_scan_visitdnode() 735 dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn, in dsl_scan_visitbp()
|
H A D | dnode_sync.c | 523 bzero(dn->dn_phys, sizeof (dnode_phys_t)); in dnode_sync_free() 548 dnode_phys_t *dnp = dn->dn_phys; in dnode_sync() 551 static const dnode_phys_t zerodn = { 0 }; in dnode_sync()
|
H A D | bptree.c | 152 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
|
H A D | dmu.c | 551 object * sizeof (dnode_phys_t)); in dmu_prefetch() 1888 dnode_phys_t *dnp; in dmu_object_info_from_dnode()
|
H A D | dmu_objset.c | 829 DN_MAX_OBJECT * sizeof (dnode_phys_t)) in dmu_objset_create_impl() 1080 dnode_phys_t *dnp = &os->os_phys->os_meta_dnode; in dmu_objset_write_ready()
|
H A D | dmu_send.c | 395 dump_dnode(dmu_sendarg_t *dsp, uint64_t object, dnode_phys_t *dnp) in dump_dnode() 591 dnode_phys_t *blk = abuf->b_data; in do_dump() 1090 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in dmu_calculate_send_traversal()
|
H A D | dsl_destroy.c | 552 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
|
H A D | zvol.c | 253 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zvol_map_block()
|
H A D | zio.c | 3425 zbookmark_subtree_completed(const dnode_phys_t *dnp, in zbookmark_subtree_completed()
|
H A D | dbuf.c | 2891 dnode_phys_t *dnp = db->db.db_data; in dbuf_write_ready()
|
H A D | spa.c | 1879 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in spa_load_verify_cb()
|
/titanic_44/usr/src/cmd/zinject/ |
H A D | translate.c | 253 record->zi_start = record->zi_object * sizeof (dnode_phys_t); in calculate_range() 254 record->zi_end = record->zi_start + sizeof (dnode_phys_t); in calculate_range()
|
/titanic_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 1142 blkid2offset(const dnode_phys_t *dnp, const blkptr_t *bp, in blkid2offset() 1208 const dnode_phys_t *dnp) in print_indirect() 1235 visit_indirect(spa_t *spa, const dnode_phys_t *dnp, in visit_indirect() 1284 dnode_phys_t *dnp = dn->dn_phys; in dump_indirect() 2452 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb() 2960 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()
|