/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu_objset.h | 35 dnode_phys_t os_meta_dnode; 41 char os_pad0[OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t)*3 - 44 dnode_phys_t os_userused_dnode; 45 dnode_phys_t os_groupused_dnode; 46 dnode_phys_t os_projectused_dnode; 48 sizeof (dnode_phys_t)];
|
H A D | dnode.h | 80 } dnode_phys_t; typedef
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 65 static dnode_phys_t *dnode_buf = NULL; 66 static dnode_phys_t *dnode_mdn = NULL; 530 dmu_read(dnode_phys_t *dn, uint64_t blkid, void *buf, char *stack) in dmu_read() 722 fzap_lookup(dnode_phys_t *zap_dnode, zap_phys_t *zap, in fzap_lookup() 766 zap_lookup(dnode_phys_t *zap_dnode, const char *name, uint64_t *val, in zap_lookup() 804 zap_iterate(dnode_phys_t *zap_dnode, zap_cb_t *cb, void *arg, char *stack) in zap_iterate() 859 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, in dnode_get() 865 dnode_phys_t *dnbuf; in dnode_get() 885 dnbuf = (dnode_phys_t *)stack; in dnode_get() 952 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 *)\
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_objset.h | 71 dnode_phys_t os_meta_dnode; 77 char os_pad0[OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t)*3 - 80 dnode_phys_t os_userused_dnode; 81 dnode_phys_t os_groupused_dnode; 82 dnode_phys_t os_projectused_dnode; 84 sizeof (dnode_phys_t)];
|
H A D | dnode.h | 247 } dnode_phys_t; typedef 267 dnode_phys_t *dn_phys; /* pointer into dn->dn_dbuf->db.db_data */ 383 void dnode_special_open(struct objset *dd, dnode_phys_t *dnp, 407 void dnode_byteswap(dnode_phys_t *dnp);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_traverse.c | 70 static int traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, 72 static void prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *, 153 resume_skip_check(traverse_data_t *td, const dnode_phys_t *dnp, in resume_skip_check() 216 traverse_visitbp(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_visitbp() 341 dnode_phys_t *child_dnp = buf->b_data; in traverse_visitbp() 452 prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *dnp, in prefetch_dnode_metadata() 470 traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_dnode() 519 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in traverse_prefetcher()
|
H A D | dmu_diff.c | 86 report_dnode(struct diffarg *da, uint64_t object, dnode_phys_t *dnp) in report_dnode() 111 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb() 131 dnode_phys_t *blk; in diff_cb()
|
H A D | zio_crypt.c | 897 dnode_phys_t *dnp, *sdnp, *ddnp; in zio_crypt_copy_dnode_bonus() 901 sdnp = (dnode_phys_t *)src; in zio_crypt_copy_dnode_bonus() 902 ddnp = (dnode_phys_t *)dst; in zio_crypt_copy_dnode_bonus() 1058 boolean_t should_bswap, dnode_phys_t *dnp) in zio_crypt_do_dnode_hmac_updates() 1061 dnode_phys_t *adnp; in zio_crypt_do_dnode_hmac_updates() 1064 uint8_t tmp_dncore[sizeof (dnode_phys_t)]; in zio_crypt_do_dnode_hmac_updates() 1066 adnp = (dnode_phys_t *)tmp_dncore; in zio_crypt_do_dnode_hmac_updates() 1069 cd.cd_length = offsetof(dnode_phys_t, dn_blkptr); in zio_crypt_do_dnode_hmac_updates() 1589 dnode_phys_t *dnp, *adnp, *sdnp, *ddnp; in zio_crypt_init_uios_dnode() 1604 sdnp = (dnode_phys_t *)src; in zio_crypt_init_uios_dnode() [all …]
|
H A D | dnode.c | 78 static dnode_phys_t dnode_phys_zero; 311 (dnode_phys_t *)dn->dn_dbuf->db.db_data + in dnode_verify() 320 dnode_byteswap(dnode_phys_t *dnp) in dnode_byteswap() 326 bzero(dnp, sizeof (dnode_phys_t)); in dnode_byteswap() 369 ASSERT3U(sizeof (dnode_phys_t), ==, (1<<DNODE_SHIFT)); in dnode_buf_byteswap() 370 ASSERT((size & (sizeof (dnode_phys_t)-1)) == 0); in dnode_buf_byteswap() 373 dnode_phys_t *dnp = (void *)(((char *)vbuf) + i); in dnode_buf_byteswap() 434 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, in dnode_create() 595 ASSERT(bcmp(dn->dn_phys, &dnode_phys_zero, sizeof (dnode_phys_t)) == 0); in dnode_allocate() 1189 dnode_special_open(objset_t *os, dnode_phys_t *dnp, uint64_t object, in dnode_special_open() [all …]
|
H A D | dsl_scan.c | 1458 scan_prefetch_ctx_create(dsl_scan_t *scn, dnode_phys_t *dnp, void *tag) in scan_prefetch_ctx_create() 1490 dnode_phys_t tmp_dnp; in dsl_scan_check_prefetch_resume() 1491 dnode_phys_t *dnp = (spc->spc_root) ? NULL : &tmp_dnp; in dsl_scan_check_prefetch_resume() 1552 dsl_scan_prefetch_dnode(dsl_scan_t *scn, dnode_phys_t *dnp, in dsl_scan_prefetch_dnode() 1612 dnode_phys_t *cdnp = buf->b_data; in dsl_scan_prefetch_cb() 1714 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp, in dsl_scan_check_resume() 1750 dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn, 1754 dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx); 1762 dnode_phys_t *dnp, const blkptr_t *bp, in dsl_scan_recurse() 1794 dnode_phys_t *cdnp; in dsl_scan_recurse() [all …]
|
H A D | dnode_sync.c | 596 bzero(dn->dn_phys, sizeof (dnode_phys_t) * dn->dn_num_slots); in dnode_sync_free() 624 dnode_phys_t *dnp = dn->dn_phys; in dnode_sync() 627 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_send.c | 481 dnode_phys_t *dnp) in dump_dnode() 792 dnode_phys_t *blk = abuf->b_data; in do_dump() 1493 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in dmu_calculate_send_traversal()
|
H A D | dmu.c | 720 object * sizeof (dnode_phys_t)); in dmu_prefetch() 2462 dnode_phys_t *dnp; in dmu_object_info_from_dnode()
|
H A D | dsl_destroy.c | 643 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
|
H A D | zvol.c | 262 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zvol_map_block()
|
H A D | dbuf.c | 3743 dnode_phys_t *dnp = in dbuf_write_ready() 4110 dnode_phys_t *dnp = db->db.db_data; in dbuf_remap()
|
H A D | dmu_objset.c | 1596 dnode_phys_t *dnp = &os->os_phys->os_meta_dnode; in dmu_objset_write_ready()
|
H A D | zio.c | 4622 zbookmark_subtree_completed(const dnode_phys_t *dnp, in zbookmark_subtree_completed()
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 139 static const dnode_phys_t *dnode_cache_obj; 146 static int zap_lookup(const spa_t *spa, const dnode_phys_t *dnode, 150 dnode_phys_t *); 151 static int dnode_read(const spa_t *, const dnode_phys_t *, off_t, void *, 2337 dnode_read(const spa_t *spa, const dnode_phys_t *dnode, off_t offset, in dnode_read() 2713 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_lookup() 2749 zap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, in zap_lookup() 2814 fzap_list(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_list() 2905 zap_list(const spa_t *spa, const dnode_phys_t *dnode) in zap_list() 2929 dnode_phys_t *dnode) in objset_get_dnode() [all …]
|
H A D | zfs.c | 79 dnode_phys_t f_dnode;
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1080 } dnode_phys_t; typedef 1276 (OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t) * 3 - \ 1280 (OBJSET_PHYS_SIZE_V3 - OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t)) 1283 dnode_phys_t os_meta_dnode; 1290 dnode_phys_t os_userused_dnode; 1291 dnode_phys_t os_groupused_dnode; 1292 dnode_phys_t os_projectused_dnode; 1457 const dnode_phys_t *zap_dnode; 1736 dnode_phys_t *vim_dn;
|
/illumos-gate/usr/src/cmd/zinject/ |
H A D | translate.c | 229 record->zi_start = record->zi_object * sizeof (dnode_phys_t); in initialize_range() 230 record->zi_end = record->zi_start + sizeof (dnode_phys_t); in initialize_range()
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1472 blkid2offset(const dnode_phys_t *dnp, const blkptr_t *bp, in blkid2offset() 1538 const dnode_phys_t *dnp) in print_indirect() 1565 visit_indirect(spa_t *spa, const dnode_phys_t *dnp, in visit_indirect() 1614 dnode_phys_t *dnp = dn->dn_phys; in dump_indirect() 3633 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb() 4847 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()
|