Searched refs:objset_id (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_objset_id.ksh | 63 objset_id=$(echo $output | awk '{split($0,array,",")} END{print array[2]}' | 65 objset_hex=$(printf "0x%X" $objset_id) 66 log_note "objset $TESTPOOL/$TESTFS has objset ID $objset_id ($objset_hex)" 68 for id in "$objset_id" "$objset_hex"
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 7828 name_from_objset_id(spa_t *spa, uint64_t objset_id, char *outstr) in name_from_objset_id() argument 7833 int error = dsl_dataset_hold_obj(spa->spa_dsl_pool, objset_id, in name_from_objset_id() 7837 (u_longlong_t)objset_id, strerror(error)); in name_from_objset_id() 8284 int64_t objset_id = -1; in main() local 8425 objset_id = strtoull(objset_str, &endptr, 0); in main() 8428 objset_id != 0) { in main() 8431 } else if (objset_id != 0) { in main() 8434 (u_longlong_t)objset_id, in main() 8440 objset_id = -1; in main() 8624 } else if (target_is_spa || dump_opt['R'] || objset_id == 0) { in main() [all …]
|