Home
last modified time | relevance | path

Searched refs:dnode_phys_t (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h35 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 Ddnode.h80 } dnode_phys_t; typedef
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c65 static dnode_phys_t *dnode_buf = NULL;
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()
1016 dnode_phys_t *dn = (dnode_phys_t *)stack; in get_default_bootfsobj()
1073 dnode_phys_t *dn; in check_mos_features()
1076 dn = (dnode_phys_t *)stack; in check_mos_features()
1727 dnode_phys_t *mdn; in zfs_open()
1733 mdn = (dnode_phys_t *)stack; in zfs_open()
[all …]
H A Dfsys_zfs.h72 #define MOS ((dnode_phys_t *)\
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h71 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 Ddnode.h247 } 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 Ddmu_traverse.c70 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 Ddmu_diff.c86 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 Dzio_crypt.c897 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()
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()
1605 ddnp = (dnode_phys_t *)dst; in zio_crypt_init_uios_dnode()
[all …]
H A Ddnode.c78 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()
1283 dnode_phys_t *dn_block; in dnode_hold_impl()
1339 blk = dbuf_whichblock(mdn, 0, object * sizeof (dnode_phys_t)); in dnode_hold_impl()
1362 dn_block = (dnode_phys_t *)db->db.db_data; in dnode_hold_impl()
[all …]
H A Ddsl_scan.c1487 dnode_phys_t tmp_dnp; in dsl_scan_check_prefetch_resume()
1488 dnode_phys_t *dnp = (spc->spc_root) ? NULL : &tmp_dnp; in dsl_scan_check_prefetch_resume()
1549 dsl_scan_prefetch_dnode(dsl_scan_t *scn, dnode_phys_t *dnp, in dsl_scan_prefetch_dnode()
1609 dnode_phys_t *cdnp = buf->b_data; in dsl_scan_prefetch_cb()
1711 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp, in dsl_scan_check_resume()
1747 dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn,
1751 dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx);
1759 dnode_phys_t *dnp, const blkptr_t *bp, in dsl_scan_recurse()
1791 dnode_phys_t *cdnp; in dsl_scan_recurse()
1858 dmu_objset_type_t ostype, dnode_phys_t *dnp, in dsl_scan_visitdnode()
[all …]
H A Ddnode_sync.c596 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 Dbptree.c153 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in bptree_visit_cb()
H A Ddmu_send.c481 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 Ddmu.c720 object * sizeof (dnode_phys_t)); in dmu_prefetch()
2462 dnode_phys_t *dnp; in dmu_object_info_from_dnode()
H A Ddsl_destroy.c643 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
H A Dzvol.c262 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zvol_map_block()
H A Ddbuf.c3743 dnode_phys_t *dnp = in dbuf_write_ready()
4110 dnode_phys_t *dnp = db->db.db_data; in dbuf_remap()
H A Ddmu_objset.c1596 dnode_phys_t *dnp = &os->os_phys->os_meta_dnode; in dmu_objset_write_ready()
H A Dzio.c4622 zbookmark_subtree_completed(const dnode_phys_t *dnp, in zbookmark_subtree_completed()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c139 static const dnode_phys_t *dnode_cache_obj;
150 dnode_phys_t *);
2928 dnode_phys_t *dnode) in objset_get_dnode()
2934 dnode, sizeof (dnode_phys_t))); in objset_get_dnode()
3131 dnode_phys_t child_dir_zap, dir; in zfs_lookup_dataset()
3273 dnode_phys_t dataset; in zfs_mount_dataset()
3298 dnode_phys_t dir, propdir; in zfs_get_root()
3393 dnode_phys_t dir; in check_mos_features()
3441 dnode_phys_t dir; in load_nvlist()
3476 dnode_phys_t dir; in zfs_spa_init()
[all …]
H A Dzfs.c79 dnode_phys_t f_dnode;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1080 } 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 Dtranslate.c229 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 Dzdb.c1472 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()

12