Searched refs:objset_id (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_objset_id.ksh | 62 objset_id=$(echo $output | awk '{split($0,array,",")} END{print array[2]}' | 64 objset_hex=$(printf "0x%X" $objset_id) 65 log_note "objset $TESTPOOL/$TESTFS has objset ID $objset_id ($objset_hex)" 67 for id in "$objset_id" "$objset_hex"
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 7696 name_from_objset_id(spa_t *spa, uint64_t objset_id, char *outstr) in name_from_objset_id() argument 7701 int error = dsl_dataset_hold_obj(spa->spa_dsl_pool, objset_id, in name_from_objset_id() 7705 (u_longlong_t)objset_id, strerror(error)); in name_from_objset_id() 8152 int64_t objset_id = -1; in main() local 8291 objset_id = strtoull(objset_str, &endptr, 0); in main() 8294 objset_id != 0) { in main() 8297 } else if (objset_id != 0) { in main() 8300 (u_longlong_t)objset_id, in main() 8306 objset_id = -1; in main() 8484 } else if (target_is_spa || dump_opt['R'] || objset_id == 0) { in main() [all …]
|