Searched refs:dnode_phys_t (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_objset.h60 dnode_phys_t os_meta_dnode;
64 char os_pad[OBJSET_PHYS_SIZE - sizeof (dnode_phys_t)*3 -
66 dnode_phys_t os_userused_dnode;
67 dnode_phys_t os_groupused_dnode;
H A Ddnode.h144 } dnode_phys_t; typedef in typeref:struct:dnode_phys
161 dnode_phys_t *dn_phys; /* pointer into dn->dn_dbuf->db.db_data */
256 dnode_t *dnode_special_open(struct objset *dd, dnode_phys_t *dnp,
277 void dnode_byteswap(dnode_phys_t *dnp);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_traverse.c64 static int traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp,
66 static void prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *,
150 resume_skip_check(traverse_data_t *td, const dnode_phys_t *dnp,
208 traverse_visitbp(traverse_data_t *td, const dnode_phys_t *dnp,
320 dnode_phys_t *dnp;
380 prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *dnp,
398 traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp,
430 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddmu_diff.c108 report_dnode(struct diffarg *da, uint64_t object, dnode_phys_t *dnp)
133 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
153 dnode_phys_t *blk;
H A Ddnode.c56 static dnode_phys_t dnode_phys_zero;
243 (dnode_phys_t *)dn->dn_dbuf->db.db_data +
252 dnode_byteswap(dnode_phys_t *dnp)
258 bzero(dnp, sizeof (dnode_phys_t));
306 dnode_phys_t *buf = vbuf;
309 ASSERT3U(sizeof (dnode_phys_t), ==, (1<<DNODE_SHIFT));
310 ASSERT((size & (sizeof (dnode_phys_t)-1)) == 0);
384 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db,
509 ASSERT(bcmp(dn->dn_phys, &dnode_phys_zero, sizeof (dnode_phys_t)) == 0);
959 dnode_special_open(objset_t *os, dnode_phys_t *dn
[all...]
H A Dbptree.c139 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddsl_scan.c384 const zbookmark_t *zb, dnode_phys_t *dnp, arc_buf_t *pbuf,
389 dnode_phys_t *dnp, arc_buf_t *buf, uint64_t object, dmu_tx_t *tx);
581 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp,
621 dnode_phys_t *dnp, const blkptr_t *bp,
664 dnode_phys_t *cdnp;
723 dmu_objset_type_t ostype, dnode_phys_t *dnp, arc_buf_t *buf,
752 dnode_phys_t *dnp, arc_buf_t *pbuf,
H A Ddnode_sync.c507 bzero(dn->dn_phys, sizeof (dnode_phys_t));
533 dnode_phys_t *dnp = dn->dn_phys;
536 static const dnode_phys_t zerodn = { 0 };
H A Ddmu_send.c315 dump_dnode(dmu_sendarg_t *dsp, uint64_t object, dnode_phys_t *dnp)
363 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
385 dnode_phys_t *blk;
H A Ddmu.c538 blkid = dbuf_whichblock(dn, object * sizeof (dnode_phys_t));
1699 dnode_phys_t *dnp;
H A Ddmu_objset.c710 DN_MAX_OBJECT * sizeof (dnode_phys_t))
955 dnode_phys_t *dnp = &os->os_phys->os_meta_dnode;
H A Ddsl_destroy.c533 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
H A Dzvol.c279 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddbuf.c2514 dnode_phys_t *dnp = db->db.db_data;
H A Dzio.c3265 zbookmark_is_before(const dnode_phys_t *dnp, const zbookmark_t *zb1,
H A Dspa.c1796 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
/freebsd-10.0-release/tools/tools/zfsboottest/
H A Dzfsboottest.c70 zfs_read(spa_t *spa, dnode_phys_t *dn, void *buf, size_t size, off_t off)
94 dnode_phys_t dn;
/freebsd-10.0-release/sys/boot/zfs/
H A Dzfsimpl.c65 static const dnode_phys_t *dnode_cache_obj = 0;
1186 dnode_read(const spa_t *spa, const dnode_phys_t *dnode, off_t offset, void *buf, size_t buflen)
1249 mzap_lookup(const dnode_phys_t *dnode, const char *name, uint64_t *value)
1330 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, uint64_t *value)
1410 zap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, uint64_t *value)
1434 mzap_list(const dnode_phys_t *dnode)
1464 fzap_list(const spa_t *spa, const dnode_phys_t *dnode)
1538 zap_list(const spa_t *spa, const dnode_phys_t *dnode)
1554 objset_get_dnode(const spa_t *spa, const objset_phys_t *os, uint64_t objnum, dnode_phys_t *dnode)
1558 offset = objnum * sizeof(dnode_phys_t);
[all...]
H A Dzfs.c77 dnode_phys_t f_dnode;
/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c157 zfs_read(spa_t *spa, const dnode_phys_t *dnode, off_t *offp, void *start, size_t size)
216 xfsread(const dnode_phys_t *dnode, off_t *offp, void *buf, size_t nbyte)
440 dnode_phys_t dn;
613 dnode_phys_t dn;
793 dnode_phys_t dn;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c236 record->zi_start = record->zi_object * sizeof (dnode_phys_t);
237 record->zi_end = record->zi_start + sizeof (dnode_phys_t);
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h794 } dnode_phys_t; typedef in typeref:struct:dnode_phys
932 dnode_phys_t os_meta_dnode;
936 char os_pad[OBJSET_PHYS_SIZE - sizeof (dnode_phys_t)*3 -
938 dnode_phys_t os_userused_dnode;
939 dnode_phys_t os_groupused_dnode;
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c931 blkid2offset(const dnode_phys_t *dnp, const blkptr_t *bp, const zbookmark_t *zb)
977 const dnode_phys_t *dnp)
1002 visit_indirect(spa_t *spa, const dnode_phys_t *dnp,
1051 dnode_phys_t *dnp = dn->dn_phys;
2084 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)
2521 const zbookmark_t *zb, const dnode_phys_t *dnp, void *arg)

Completed in 302 milliseconds