/titanic_50/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_50/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 64 static dnode_phys_t *dnode_buf = NULL; 65 static dnode_phys_t *dnode_mdn = NULL; 529 dmu_read(dnode_phys_t *dn, uint64_t blkid, void *buf, char *stack) in dmu_read() 721 fzap_lookup(dnode_phys_t *zap_dnode, zap_phys_t *zap, in fzap_lookup() 765 zap_lookup(dnode_phys_t *zap_dnode, const char *name, uint64_t *val, in zap_lookup() 803 zap_iterate(dnode_phys_t *zap_dnode, zap_cb_t *cb, void *arg, char *stack) in zap_iterate() 858 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, in dnode_get() 864 dnode_phys_t *dnbuf; in dnode_get() 884 dnbuf = (dnode_phys_t *)stack; in dnode_get() 951 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_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 62 dnode_phys_t os_meta_dnode; 66 char os_pad[OBJSET_PHYS_SIZE - sizeof (dnode_phys_t)*3 - 68 dnode_phys_t os_userused_dnode; 69 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_50/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() 328 dnode_phys_t *child_dnp = buf->b_data; in traverse_visitbp() 425 prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *dnp, in prefetch_dnode_metadata() 443 traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_dnode() 492 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 | 57 static dnode_phys_t dnode_phys_zero; 276 (dnode_phys_t *)dn->dn_dbuf->db.db_data + in dnode_verify() 285 dnode_byteswap(dnode_phys_t *dnp) in dnode_byteswap() 291 bzero(dnp, sizeof (dnode_phys_t)); in dnode_byteswap() 339 dnode_phys_t *buf = vbuf; in dnode_buf_byteswap() 342 ASSERT3U(sizeof (dnode_phys_t), ==, (1<<DNODE_SHIFT)); in dnode_buf_byteswap() 343 ASSERT((size & (sizeof (dnode_phys_t)-1)) == 0); in dnode_buf_byteswap() 404 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, in dnode_create() 557 ASSERT(bcmp(dn->dn_phys, &dnode_phys_zero, sizeof (dnode_phys_t)) == 0); in dnode_allocate() 1006 dnode_special_open(objset_t *os, dnode_phys_t *dnp, uint64_t object, in dnode_special_open() [all …]
|
H A D | dsl_scan.c | 361 dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn, 365 dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx); 572 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp, in dsl_scan_check_resume() 613 dnode_phys_t *dnp, const blkptr_t *bp, in dsl_scan_recurse() 649 dnode_phys_t *cdnp; in dsl_scan_recurse() 712 dmu_objset_type_t ostype, dnode_phys_t *dnp, in dsl_scan_visitdnode() 741 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 | 153 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
|
H A D | dmu.c | 558 object * sizeof (dnode_phys_t)); in dmu_prefetch() 1902 dnode_phys_t *dnp; in dmu_object_info_from_dnode()
|
H A D | dmu_objset.c | 798 DN_MAX_OBJECT * sizeof (dnode_phys_t)) in dmu_objset_create_impl() 1049 dnode_phys_t *dnp = &os->os_phys->os_meta_dnode; in dmu_objset_write_ready()
|
H A D | dsl_destroy.c | 553 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
|
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() 1091 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in dmu_calculate_send_traversal()
|
H A D | zvol.c | 254 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zvol_map_block()
|
H A D | zio.c | 3493 zbookmark_subtree_completed(const dnode_phys_t *dnp, in zbookmark_subtree_completed()
|
H A D | dbuf.c | 2930 dnode_phys_t *dnp = db->db.db_data; in dbuf_write_ready()
|
H A D | spa.c | 1880 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in spa_load_verify_cb()
|
/titanic_50/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_50/usr/src/cmd/zdb/ |
H A D | zdb.c | 1145 blkid2offset(const dnode_phys_t *dnp, const blkptr_t *bp, in blkid2offset() 1211 const dnode_phys_t *dnp) in print_indirect() 1238 visit_indirect(spa_t *spa, const dnode_phys_t *dnp, in visit_indirect() 1287 dnode_phys_t *dnp = dn->dn_phys; in dump_indirect() 2455 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb() 2963 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()
|