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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu_objset.h76 dnode_phys_t os_meta_dnode;
82 char os_pad0[OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t)*3 -
85 dnode_phys_t os_userused_dnode;
86 dnode_phys_t os_groupused_dnode;
87 dnode_phys_t os_projectused_dnode;
89 sizeof (dnode_phys_t)];
H A Ddnode.h189 * on-disk dnode_phys_t structure describes the size of the physical dnode
190 * on disk. The field represents how many "extra" dnode_phys_t slots a
196 * to represent the total number of dnode_phys_t slots consumed on disk.
269 } dnode_phys_t; typedef in typeref:struct:dnode_phys
289 dnode_phys_t *dn_phys; /* pointer into dn->dn_dbuf->db.db_data */
412 void dnode_special_open(struct objset *dd, dnode_phys_t *dnp,
437 void dnode_byteswap(dnode_phys_t *dnp);
542 * a range of dnode slots which would overflow the dnode_phys_t.
/freebsd-13-stable/tools/tools/zfsboottest/
H A Dzfsboottest.c87 zfs_read(spa_t *spa, dnode_phys_t *dn, void *buf, size_t size, off_t off)
111 dnode_phys_t dn;
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_diff.c89 report_dnode(dmu_diffarg_t *da, uint64_t object, dnode_phys_t *dnp)
114 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
135 dnode_phys_t *blk;
H A Ddmu_traverse.c72 const dnode_phys_t *dnp, uint64_t objset, uint64_t object);
73 static void prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *,
156 resume_skip_check(traverse_data_t *td, const dnode_phys_t *dnp,
224 traverse_visitbp(traverse_data_t *td, const dnode_phys_t *dnp,
373 dnode_phys_t *child_dnp;
499 prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *dnp,
517 traverse_dnode(traverse_data_t *td, const blkptr_t *bp, const dnode_phys_t *dnp,
566 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddnode.c77 static dnode_phys_t dnode_phys_zero __maybe_unused;
306 (dnode_phys_t *)dn->dn_dbuf->db.db_data +
315 dnode_byteswap(dnode_phys_t *dnp)
321 bzero(dnp, sizeof (dnode_phys_t));
372 ASSERT3U(sizeof (dnode_phys_t), ==, (1<<DNODE_SHIFT));
373 ASSERT((size & (sizeof (dnode_phys_t)-1)) == 0);
376 dnode_phys_t *dnp = (void *)(((char *)vbuf) + i);
445 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db,
599 ASSERT(bcmp(dn->dn_phys, &dnode_phys_zero, sizeof (dnode_phys_t)) == 0);
1188 dnode_special_open(objset_t *os, dnode_phys_t *dn
[all...]
H A Dbptree.c153 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddnode_sync.c599 bzero(dn->dn_phys, sizeof (dnode_phys_t) * dn->dn_num_slots);
627 dnode_phys_t *dnp = dn->dn_phys;
630 static const dnode_phys_t zerodn __maybe_unused = { 0 };
H A Ddsl_scan.c1497 scan_prefetch_ctx_create(dsl_scan_t *scn, dnode_phys_t *dnp, void *tag)
1545 dnode_phys_t tmp_dnp;
1546 dnode_phys_t *dnp = (spc->spc_root) ? NULL : &tmp_dnp;
1607 dsl_scan_prefetch_dnode(dsl_scan_t *scn, dnode_phys_t *dnp,
1667 dnode_phys_t *cdnp;
1767 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp,
1803 dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn,
1807 dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx);
1815 dnode_phys_t *dnp, const blkptr_t *bp,
1849 dnode_phys_t *cdn
[all...]
H A Ddmu_redact.c332 sizeof (dnode_phys_t));
336 sizeof (dnode_phys_t))) - 1;
H A Ddmu.c694 object * sizeof (dnode_phys_t));
2142 dnode_phys_t *dnp = dn->dn_phys;
H A Ddsl_destroy.c705 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
H A Ddmu_send.c180 dnode_phys_t *dnp;
230 size_t size = sizeof (dnode_phys_t) *
697 dnode_phys_t *dnp)
H A Ddmu_objset.c1536 dnode_phys_t *dnp = &os->os_phys->os_meta_dnode;
H A Ddbuf.c4410 dnode_phys_t *dnp =
4757 dnode_phys_t *dnp = db->db.db_data;
H A Dzio.c4975 zbookmark_subtree_completed(const dnode_phys_t *dnp,
H A Dspa.c2287 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
/freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c205 record->zi_start = record->zi_object * sizeof (dnode_phys_t);
206 record->zi_end = record->zi_start + sizeof (dnode_phys_t);
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1131 } dnode_phys_t; typedef in typeref:struct:dnode_phys
1327 dnode_phys_t os_meta_dnode;
1333 char os_pad0[OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t)*3 -
1336 dnode_phys_t os_userused_dnode;
1337 dnode_phys_t os_groupused_dnode;
1338 dnode_phys_t os_projectused_dnode;
1340 sizeof (dnode_phys_t)];
1505 const dnode_phys_t *zap_dnode;
1784 dnode_phys_t *vim_dn;
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c114 * Similarly to ZIL blocks, the core part of each dnode_phys_t needs to be left
824 dnode_phys_t *dnp, *sdnp, *ddnp;
828 sdnp = (dnode_phys_t *)src;
829 ddnp = (dnode_phys_t *)dst;
971 boolean_t should_bswap, dnode_phys_t *dnp)
974 dnode_phys_t *adnp;
976 uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
980 adnp = (dnode_phys_t *)tmp_dncore;
1412 dnode_phys_t *dnp, *adnp, *sdnp, *ddnp;
1427 sdnp = (dnode_phys_t *)sr
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c115 * Similarly to ZIL blocks, the core part of each dnode_phys_t needs to be left
884 dnode_phys_t *dnp, *sdnp, *ddnp;
888 sdnp = (dnode_phys_t *)src;
889 ddnp = (dnode_phys_t *)dst;
1045 boolean_t should_bswap, dnode_phys_t *dnp)
1048 dnode_phys_t *adnp;
1051 uint8_t tmp_dncore[offsetof(dnode_phys_t, dn_blkptr)];
1058 adnp = (dnode_phys_t *)tmp_dncore;
1581 dnode_phys_t *dnp, *adnp, *sdnp, *ddnp;
1596 sdnp = (dnode_phys_t *)sr
[all...]
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c146 static const dnode_phys_t *dnode_cache_obj;
153 static int zap_lookup(const spa_t *spa, const dnode_phys_t *dnode,
157 dnode_phys_t *);
158 static int dnode_read(const spa_t *, const dnode_phys_t *, off_t, void *,
2334 dnode_read(const spa_t *spa, const dnode_phys_t *dnode, off_t offset,
2690 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh,
2727 zap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name,
2792 fzap_list(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh,
2884 zap_list(const spa_t *spa, const dnode_phys_t *dnode)
2908 dnode_phys_t *dnod
[all...]
H A Dzfs.c85 dnode_phys_t f_dnode;
/freebsd-13-stable/stand/efi/boot1/
H A Dzfs_module.c143 dnode_phys_t dn;
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2174 blkid2offset(const dnode_phys_t *dnp, const blkptr_t *bp,
2315 const dnode_phys_t *dnp)
2344 visit_indirect(spa_t *spa, const dnode_phys_t *dnp,
2394 dnode_phys_t *dnp = dn->dn_phys;
5354 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
6640 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)

Completed in 384 milliseconds