| /freebsd-14.2/sys/contrib/openzfs/cmd/ |
| H A D | zilstat.in | 144 for objset in d[pool]: 145 print_values(d[pool][objset]) 319 kstat[objset] = dict() 358 kstat[objset] = dict() 421 for objset in curr[pool]: 430 diff[pool][objset][key] \ 436 for objset in kstat: 437 for key in kstat[objset]: 438 val = kstat[objset][key] 448 for objset in diff[pool]: [all …]
|
| H A D | dbufstat.in | 398 objset = line[labels['objset']] 408 if objset not in d[pool]: 409 d[pool][objset] = dict() 411 if key not in d[pool][objset]: 413 d[pool][objset][key]['bonus'] = 0 414 d[pool][objset][key]['cached'] = 0 415 d[pool][objset][key]['direct'] = 0 416 d[pool][objset][key]['indirect'] = 0 417 d[pool][objset][key]['spill'] = 0 419 d[pool][objset][key]['cached'] += dbsize [all …]
|
| H A D | zfs_ids_to_path.c | 64 uint64_t objset, object; in main() local 65 if (sscanf(argv[1], "%llu", (u_longlong_t *)&objset) != 1) { in main() 86 zpool_obj_to_path_ds(pool, objset, object, pathname, in main() 89 zpool_obj_to_path(pool, objset, object, pathname, in main()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | dataset_kstats.c | 90 dataset_kstats_create(dataset_kstats_t *dk, objset_t *objset) in dataset_kstats_create() argument 98 if (dmu_objset_is_snapshot(objset)) in dataset_kstats_create() 113 "zfs/%s", spa_name(dmu_objset_spa(objset))); in dataset_kstats_create() 117 (unsigned long long)dmu_objset_id(objset), n); in dataset_kstats_create() 122 (unsigned long long)dmu_objset_id(objset), in dataset_kstats_create() 129 (unsigned long long)dmu_objset_id(objset)); in dataset_kstats_create() 133 (unsigned long long)dmu_objset_id(objset), n); in dataset_kstats_create() 138 (unsigned long long)dmu_objset_id(objset), in dataset_kstats_create() 156 dsl_dataset_name(objset->os_dsl_dataset, ds_name); in dataset_kstats_create()
|
| H A D | dmu_traverse.c | 72 const dnode_phys_t *dnp, uint64_t objset, uint64_t object); 74 uint64_t objset, uint64_t object); 496 uint64_t objset, uint64_t object) in prefetch_dnode_metadata() argument 502 SET_BOOKMARK(&czb, objset, object, dnp->dn_nlevels - 1, j); in prefetch_dnode_metadata() 507 SET_BOOKMARK(&czb, objset, object, 0, DMU_SPILL_BLKID); in prefetch_dnode_metadata() 514 uint64_t objset, uint64_t object) in traverse_dnode() argument 524 SET_BOOKMARK(&czb, objset, object, ZB_DNODE_LEVEL, in traverse_dnode() 542 SET_BOOKMARK(&czb, objset, object, 0, DMU_SPILL_BLKID); in traverse_dnode() 547 SET_BOOKMARK(&czb, objset, object, ZB_DNODE_LEVEL, in traverse_dnode() 632 ASSERT(ds == NULL || objset == ds->ds_object); in traverse_impl() [all …]
|
| H A D | spa_stats.c | 59 uint64_t objset; /* read from this objset */ member 88 (longlong_t)srh->objset, (longlong_t)srh->object, in spa_read_history_show() 166 srh->objset = zb->zb_objset; in spa_read_history_add()
|
| H A D | sa.c | 1439 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() argument 1445 if ((error = dmu_bonus_hold(objset, objid, NULL, &db))) in sa_handle_get() 1448 return (sa_handle_get_from_db(objset, db, userp, hdl_type, in sa_handle_get() 1453 sa_buf_hold(objset_t *objset, uint64_t obj_num, const void *tag, dmu_buf_t **db) in sa_buf_hold() argument 1455 return (dmu_bonus_hold(objset, obj_num, tag, db)); in sa_buf_hold()
|
| H A D | dmu_send.c | 2188 uint64_t objset = dspp->ancestor_zb.zbm_redaction_obj; in setup_resume_points() local 2204 SET_BOOKMARK(&from_arg->resume, objset, obj, 0, blkid); in setup_resume_points()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/ |
| H A D | resilver_restart_002.ksh | 63 objset=$(zdb -d $TESTPOOL1/ | sed -ne 's/.*ID \([0-9]*\).*/\1/p') 67 log_must zinject -b $(printf "%x:%x:0:3fff" $objset $object) $TESTPOOL1
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dnode.h | 140 struct objset; 294 struct objset *dn_objset; 421 void dnode_special_open(struct objset *dd, dnode_phys_t *dnp, 429 int dnode_hold(struct objset *dd, uint64_t object, 431 int dnode_hold_impl(struct objset *dd, uint64_t object, int flag, int dn_slots,
|
| H A D | dmu_impl.h | 237 struct objset;
|
| H A D | dsl_pool.h | 51 struct objset; 92 struct objset *dp_meta_objset;
|
| H A D | zfeature.h | 43 struct objset;
|
| H A D | zfs_ioctl.h | 539 struct objset; 552 extern int getzfsvfs_impl(struct objset *, struct zfsvfs **);
|
| H A D | dbuf.h | 213 struct objset *db_objset; 376 dmu_buf_impl_t *dbuf_find(struct objset *os, uint64_t object, uint8_t level,
|
| H A D | dsl_scan.h | 40 struct objset;
|
| H A D | dsl_crypt.h | 193 int dsl_crypto_populate_key_nvlist(struct objset *os,
|
| H A D | zio.h | 311 #define SET_BOOKMARK(zb, objset, object, level, blkid) \ argument 313 (zb)->zb_objset = objset; \
|
| H A D | dmu_objset.h | 102 struct objset { struct
|
| H A D | dmu.h | 80 typedef struct objset objset_t;
|
| /freebsd-14.2/usr.sbin/makefs/zfs/ |
| H A D | Makefile.inc | 6 objset.c \
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_objset_id.ksh | 93 output=$(ls -1 /proc/spl/kstat/zfs/$TESTPOOL | grep objset- | tail -1)
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/ |
| H A D | umount_unlinked_drain.ksh | 49 kstat_file=$(grep -nrwl /proc/spl/kstat/zfs/$2/objset-0x* -e $3)
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 49 objset_phys_t objset; member 3302 zfs_mount_dataset(const spa_t *spa, uint64_t objnum, objset_phys_t *objset) in zfs_mount_dataset() argument 3313 if (zio_read(spa, &ds->ds_bp, objset)) { in zfs_mount_dataset() 3387 if (zfs_mount_dataset(spa, rootobj, &mount->objset)) { in zfs_mount_impl() 3700 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_lookup() 3702 (uintmax_t)mount->objset.os_type); in zfs_lookup() 3712 rc = objset_get_dnode(spa, &mount->objset, MASTER_NODE_OBJ, &dn); in zfs_lookup() 3726 rc = objset_get_dnode(spa, &mount->objset, objnum, &dn); in zfs_lookup() 3732 rc = objset_get_dnode(spa, &mount->objset, objnum, &dn); in zfs_lookup() 3789 rc = objset_get_dnode(spa, &mount->objset, objnum, &dn); in zfs_lookup()
|
| H A D | zfs.c | 423 if (rv == 0 && mnt->objset.os_type != DMU_OST_ZFS) { in zfs_mount() 425 (uintmax_t)mnt->objset.os_type); in zfs_mount()
|