| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | dmu_objset.h | 63 dnode_phys_t os_meta_dnode; 67 char os_pad[OBJSET_PHYS_SIZE - sizeof (dnode_phys_t)*3 - 69 dnode_phys_t os_userused_dnode; 70 dnode_phys_t os_groupused_dnode;
|
| H A D | dnode.h | 201 } dnode_phys_t; typedef 221 dnode_phys_t *dn_phys; /* pointer into dn->dn_dbuf->db.db_data */ 328 void dnode_special_open(struct objset *dd, dnode_phys_t *dnp, 350 void dnode_byteswap(dnode_phys_t *dnp);
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 129 static const dnode_phys_t *dnode_cache_obj; 144 dnode_phys_t *); 2352 offset = objnum * sizeof(dnode_phys_t); in objset_get_dnode() 2354 dnode, sizeof(dnode_phys_t)); in objset_get_dnode() 2539 dnode_phys_t child_dir_zap, dir; in zfs_lookup_dataset() 2666 dnode_phys_t dataset; in zfs_mount_dataset() 2691 dnode_phys_t dir, propdir; in zfs_get_root() 2784 dnode_phys_t dir; in check_mos_features() 2823 dnode_phys_t dir; in load_nvlist() 2857 dnode_phys_t dir; in zfs_spa_init() [all …]
|
| H A D | zfs.c | 83 dnode_phys_t f_dnode;
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dmu_traverse.c | 77 static int traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, 79 static void prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *, 160 resume_skip_check(traverse_data_t *td, const dnode_phys_t *dnp, in resume_skip_check() 219 traverse_visitbp(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_visitbp() 335 dnode_phys_t *child_dnp = buf->b_data; in traverse_visitbp() 432 prefetch_dnode_metadata(traverse_data_t *td, const dnode_phys_t *dnp, in prefetch_dnode_metadata() 450 traverse_dnode(traverse_data_t *td, const dnode_phys_t *dnp, in traverse_dnode() 499 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in traverse_prefetcher()
|
| H A D | dnode.c | 58 static dnode_phys_t dnode_phys_zero; 286 dnode_byteswap(dnode_phys_t *dnp) in dnode_byteswap() 292 bzero(dnp, sizeof (dnode_phys_t)); in dnode_byteswap() 347 dnode_phys_t *dnp = vbuf + i; in dnode_buf_byteswap() 1092 dnode_phys_t *dn_block; in dnode_is_consumed() 1097 dn_block = (dnode_phys_t *)db->db.db_data; in dnode_is_consumed() 1134 dnode_phys_t *dn_block; in dnode_is_allocated() 1140 dn_block = (dnode_phys_t *)db->db.db_data; in dnode_is_allocated() 1169 dnode_phys_t *dn_block; in dnode_is_free() 1216 dnode_phys_t *dn_block_begin; in dnode_hold_impl() [all …]
|
| H A D | dmu_diff.c | 108 report_dnode(struct diffarg *da, uint64_t object, dnode_phys_t *dnp) in report_dnode() 133 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in diff_cb() 153 dnode_phys_t *blk; in diff_cb()
|
| H A D | dsl_scan.c | 1368 dnode_phys_t tmp_dnp; in dsl_scan_check_prefetch_resume() 1369 dnode_phys_t *dnp = (spc->spc_root) ? NULL : &tmp_dnp; in dsl_scan_check_prefetch_resume() 1430 dsl_scan_prefetch_dnode(dsl_scan_t *scn, dnode_phys_t *dnp, in dsl_scan_prefetch_dnode() 1490 dnode_phys_t *cdnp = buf->b_data; in dsl_scan_prefetch_cb() 1585 dsl_scan_check_resume(dsl_scan_t *scn, const dnode_phys_t *dnp, in dsl_scan_check_resume() 1621 dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn, 1625 dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx); 1633 dnode_phys_t *dnp, const blkptr_t *bp, in dsl_scan_recurse() 1665 dnode_phys_t *cdnp; in dsl_scan_recurse() 1723 dmu_objset_type_t ostype, dnode_phys_t *dnp, in dsl_scan_visitdnode() [all …]
|
| H A D | dnode_sync.c | 556 bzero(dn->dn_phys, sizeof (dnode_phys_t) * dn->dn_num_slots); in dnode_sync_free() 581 dnode_phys_t *dnp = dn->dn_phys; in dnode_sync() 584 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 | 463 dump_dnode(dmu_sendarg_t *dsp, uint64_t object, dnode_phys_t *dnp) in dump_dnode() 661 dnode_phys_t *blk = abuf->b_data; in do_dump() 1251 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in dmu_calculate_send_traversal()
|
| H A D | dmu.c | 637 object * sizeof (dnode_phys_t)); in dmu_prefetch() 2532 dnode_phys_t *dnp = dn->dn_phys; 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 | dbuf.c | 3760 dnode_phys_t *dnp = db->db.db_data + i; in dbuf_write_ready() 4124 dnode_phys_t *dnp = db->db.db_data; in dbuf_remap()
|
| H A D | dmu_objset.c | 1262 dnode_phys_t *dnp = &os->os_phys->os_meta_dnode; in dmu_objset_write_ready()
|
| H A D | zvol.c | 382 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg)
|
| H A D | zio.c | 4283 zbookmark_subtree_completed(const dnode_phys_t *dnp, in zbookmark_subtree_completed()
|
| H A D | spa.c | 2080 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in spa_load_verify_cb()
|
| /freebsd-12.1/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 952 } dnode_phys_t; typedef 1146 dnode_phys_t os_meta_dnode; 1152 char os_pad0[OBJSET_PHYS_SIZE_V2 - sizeof (dnode_phys_t)*3 - 1155 dnode_phys_t os_userused_dnode; 1156 dnode_phys_t os_groupused_dnode; 1157 dnode_phys_t os_projectused_dnode; 1159 sizeof (dnode_phys_t)]; 1598 dnode_phys_t *vim_dn;
|
| /freebsd-12.1/tools/tools/zfsboottest/ |
| H A D | zfsboottest.c | 87 zfs_read(spa_t *spa, dnode_phys_t *dn, void *buf, size_t size, off_t off) in zfs_read() 111 dnode_phys_t dn;
|
| /freebsd-12.1/stand/i386/zfsboot/ |
| H A D | zfsboot.c | 165 zfs_read(spa_t *spa, const dnode_phys_t *dnode, off_t *offp, void *start, size_t size) in zfs_read() 303 xfsread(const dnode_phys_t *dnode, off_t *offp, void *buf, size_t nbyte) in xfsread() 707 dnode_phys_t dn; in main() 928 dnode_phys_t dn; in load() 1117 dnode_phys_t dn; in parse_cmd()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zinject/ |
| H A D | translate.c | 236 record->zi_start = record->zi_object * sizeof (dnode_phys_t); in calculate_range() 237 record->zi_end = record->zi_start + sizeof (dnode_phys_t); in calculate_range()
|
| /freebsd-12.1/stand/efi/boot1/ |
| H A D | zfs_module.c | 145 dnode_phys_t dn; in load()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/ |
| H A D | zdb.c | 1385 blkid2offset(const dnode_phys_t *dnp, const blkptr_t *bp, in blkid2offset() 1451 const dnode_phys_t *dnp) in print_indirect() 1478 visit_indirect(spa_t *spa, const dnode_phys_t *dnp, in visit_indirect() 1527 dnode_phys_t *dnp = dn->dn_phys; in dump_indirect() 2934 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_blkptr_cb() 3946 const zbookmark_phys_t *zb, const dnode_phys_t *dnp, void *arg) in zdb_ddt_add_cb()
|