Home
last modified time | relevance | path

Searched refs:zfs_nicebytes (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_pool.c53 zfs_nicebytes(dds->dds_lsize, lsize, sizeof (lsize)); in dump_ddt_stat()
54 zfs_nicebytes(dds->dds_psize, psize, sizeof (psize)); in dump_ddt_stat()
55 zfs_nicebytes(dds->dds_dsize, dsize, sizeof (dsize)); in dump_ddt_stat()
57 zfs_nicebytes(dds->dds_ref_lsize, ref_lsize, sizeof (ref_lsize)); in dump_ddt_stat()
58 zfs_nicebytes(dds->dds_ref_psize, ref_psize, sizeof (ref_psize)); in dump_ddt_stat()
59 zfs_nicebytes(dds->dds_ref_dsize, ref_dsize, sizeof (ref_dsize)); in dump_ddt_stat()
H A Dlibzutil.h103 extern void zfs_nicebytes(uint64_t, char *, size_t);
H A Dmapfile-vers36 zfs_nicebytes;
H A Dzutil_nicenum.c169 zfs_nicebytes(uint64_t num, char *buf, size_t buflen) in zfs_nicebytes() function
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c6617 zfs_nicebytes(ps->pss_processed, processed_buf, sizeof (processed_buf)); in print_scan_status()
6702 zfs_nicebytes(scanned, scanned_buf, sizeof (scanned_buf)); in print_scan_status()
6703 zfs_nicebytes(issued, issued_buf, sizeof (issued_buf)); in print_scan_status()
6704 zfs_nicebytes(total, total_buf, sizeof (total_buf)); in print_scan_status()
6705 zfs_nicebytes(scan_rate, srate_buf, sizeof (srate_buf)); in print_scan_status()
6706 zfs_nicebytes(issue_rate, irate_buf, sizeof (irate_buf)); in print_scan_status()
7014 zfs_nicebytes(ddo->ddo_dspace, dspace, sizeof (dspace)); in print_dedup_stats()
7015 zfs_nicebytes(ddo->ddo_mspace, mspace, sizeof (mspace)); in print_dedup_stats()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1180 zfs_nicebytes(maxbs, buf, sizeof (buf)); in zfs_valid_proplist()
1503 zfs_nicebytes(blocksize, buf, in zfs_valid_proplist()
2755 zfs_nicebytes(val, propbuf, proplen); in zfs_prop_get()
2912 zfs_nicebytes(val, propbuf, proplen); in zfs_prop_get()
3220 zfs_nicebytes(propvalue, propbuf, proplen); in zfs_prop_get_userquota()
3276 zfs_nicebytes(propvalue, propbuf, proplen); in zfs_prop_get_written()
H A Dlibzfs_sendrecv.c1236 zfs_nicebytes(bytes, buf, sizeof (buf)); in send_progress_thread()
1281 zfs_nicebytes(size, buf, sizeof (buf)); in send_print_verbose()
2081 zfs_nicebytes(sdd.size, buf, sizeof (buf)); in zfs_send()
4435 zfs_nicebytes(bytes, buf1, sizeof (buf1)); in zfs_receive_one()
4436 zfs_nicebytes(bytes / delta, buf2, sizeof (buf2)); in zfs_receive_one()
H A Dlibzfs_pool.c335 (void) zfs_nicebytes(intval, buf, len); in zpool_get_prop()
1320 zfs_nicebytes(SPA_MINDEVSIZE, buf, in zpool_create()
1505 zfs_nicebytes(SPA_MINDEVSIZE, buf, in zpool_add()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1480 zfs_nicebytes(cb.cb_snapused, buf, sizeof (buf)); in zfs_do_destroy()
2728 zfs_nicebytes(space, sizebuf, sizeof (sizebuf)); in userspace_cb()
2837 zfs_nicebytes(val64, valstr, in print_us_node()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3705 zfs_nicebytes(bytes, buf, sizeof (buf)); in zdb_blkptr_cb()