Home
last modified time | relevance | path

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

/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h28 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 Ddnode.h77 } dnode_phys_t; typedef
/onnv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c57 static dnode_phys_t *dnode_buf = NULL;
58 static dnode_phys_t *dnode_mdn = NULL;
427 dmu_read(dnode_phys_t *dn, uint64_t blkid, void *buf, char *stack) in dmu_read()
619 fzap_lookup(dnode_phys_t *zap_dnode, zap_phys_t *zap, in fzap_lookup()
663 zap_lookup(dnode_phys_t *zap_dnode, char *name, uint64_t *val, char *stack) in zap_lookup()
704 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, in dnode_get()
710 dnode_phys_t *dnbuf; in dnode_get()
730 dnbuf = (dnode_phys_t *)stack; in dnode_get()
779 dnode_get_path(dnode_phys_t *mdn, char *path, dnode_phys_t *dn, in dnode_get_path()
840 get_default_bootfsobj(dnode_phys_t *mosmdn, uint64_t *obj, char *stack) in get_default_bootfsobj()
[all …]
H A Dfsys_zfs.h65 #define MOS ((dnode_phys_t *)\
/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h57 dnode_phys_t os_meta_dnode;
61 char os_pad[OBJSET_PHYS_SIZE - sizeof (dnode_phys_t)*3 -
63 dnode_phys_t os_userused_dnode;
64 dnode_phys_t os_groupused_dnode;
H A Ddnode.h143 } dnode_phys_t; typedef
161 dnode_phys_t *dn_phys; /* pointer into dn->dn_dbuf->db.db_data */
254 dnode_t *dnode_special_open(struct objset *dd, dnode_phys_t *dnp,
275 void dnode_byteswap(dnode_phys_t *dnp);
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c84 report_dnode(struct diffarg *da, uint64_t object, dnode_phys_t *dnp) in report_dnode()
109 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb()
129 dnode_phys_t *blk; in diff_cb()
H A Ddmu_traverse.c62 static int traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp,
132 traverse_visitbp(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_visitbp()
221 dnode_phys_t *dnp; in traverse_visitbp()
265 traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_dnode()
300 arc_buf_t *pbuf, const zbookmark_t *zb, const dnode_phys_t *dnp, in traverse_prefetcher()
H A Ddnode.c55 static dnode_phys_t dnode_phys_zero;
233 (dnode_phys_t *)dn->dn_dbuf->db.db_data + in dnode_verify()
242 dnode_byteswap(dnode_phys_t *dnp) in dnode_byteswap()
248 bzero(dnp, sizeof (dnode_phys_t)); in dnode_byteswap()
294 dnode_phys_t *buf = vbuf; in dnode_buf_byteswap()
297 ASSERT3U(sizeof (dnode_phys_t), ==, (1<<DNODE_SHIFT)); in dnode_buf_byteswap()
298 ASSERT((size & (sizeof (dnode_phys_t)-1)) == 0); in dnode_buf_byteswap()
372 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, in dnode_create()
496 ASSERT(bcmp(dn->dn_phys, &dnode_phys_zero, sizeof (dnode_phys_t)) == 0); in dnode_allocate()
942 dnode_special_open(objset_t *os, dnode_phys_t *dnp, uint64_t object, in dnode_special_open()
[all …]
H A Ddsl_scan.c347 const zbookmark_t *zb, dnode_phys_t *dnp, arc_buf_t *pbuf,
352 dnode_phys_t *dnp, arc_buf_t *buf, uint64_t object, dmu_tx_t *tx);
394 bookmark_is_before(const dnode_phys_t *dnp, const zbookmark_t *zb1, in bookmark_is_before()
614 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp, in dsl_scan_check_resume()
654 dnode_phys_t *dnp, const blkptr_t *bp, in dsl_scan_recurse()
699 dnode_phys_t *cdnp; in dsl_scan_recurse()
760 dmu_objset_type_t ostype, dnode_phys_t *dnp, arc_buf_t *buf, in dsl_scan_visitdnode()
789 dnode_phys_t *dnp, arc_buf_t *pbuf, in dsl_scan_visitbp()
H A Ddnode_sync.c501 bzero(dn->dn_phys, sizeof (dnode_phys_t)); in dnode_sync_free()
527 dnode_phys_t *dnp = dn->dn_phys; in dnode_sync()
530 static const dnode_phys_t zerodn = { 0 }; in dnode_sync()
H A Ddmu_send.c260 dump_dnode(struct backuparg *ba, uint64_t object, dnode_phys_t *dnp) in dump_dnode()
307 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg) in backup_cb()
329 dnode_phys_t *blk; in backup_cb()
H A Ddmu.c511 blkid = dbuf_whichblock(dn, object * sizeof (dnode_phys_t)); in dmu_prefetch()
1613 dnode_phys_t *dnp; in dmu_object_info_from_dnode()
H A Ddmu_objset.c636 DN_MAX_OBJECT * sizeof (dnode_phys_t)) in dmu_objset_create_impl()
1046 dnode_phys_t *dnp = &os->os_phys->os_meta_dnode; in dmu_objset_write_ready()
H A Dzvol.c236 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg) in zvol_map_block()
H A Ddbuf.c2462 dnode_phys_t *dnp = db->db.db_data; in dbuf_write_ready()
H A Ddsl_dataset.c1271 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg) in kill_blkptr()
H A Dspa.c1538 arc_buf_t *pbuf, const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg) in spa_load_verify_cb()
/onnv-gate/usr/src/cmd/zinject/
H A Dtranslate.c252 record->zi_start = record->zi_object * sizeof (dnode_phys_t); in calculate_range()
253 record->zi_end = record->zi_start + sizeof (dnode_phys_t); in calculate_range()
/onnv-gate/usr/src/cmd/zdb/
H A Dzdb.c886 blkid2offset(const dnode_phys_t *dnp, const blkptr_t *bp, const zbookmark_t *zb) in blkid2offset()
932 const dnode_phys_t *dnp) in print_indirect()
957 visit_indirect(spa_t *spa, const dnode_phys_t *dnp, in visit_indirect()
1006 dnode_phys_t *dnp = dn->dn_phys; in dump_indirect()
1956 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb()
2353 arc_buf_t *pbuf, const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()