Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_nicenum.c182 zfs_nicebytes(uint64_t num, char *buf, size_t buflen) in zfs_nicebytes() function
/freebsd/sys/contrib/openzfs/include/
H A Dlibzutil.h160 _LIBZUTIL_H void zfs_nicebytes(uint64_t, char *, size_t);
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c1069 zfs_nicebytes(maxbs, buf, sizeof (buf)); in zfs_valid_proplist()
1085 zfs_nicebytes(maxbs, buf, sizeof (buf)); in zfs_valid_proplist()
1334 zfs_nicebytes(blocksize, buf, in zfs_valid_proplist()
2610 zfs_nicebytes(val, propbuf, proplen); in zfs_prop_get()
2776 zfs_nicebytes(val, propbuf, proplen); in zfs_prop_get()
3134 zfs_nicebytes(propvalue, propbuf, proplen); in zfs_prop_get_userquota()
3195 zfs_nicebytes(propvalue, propbuf, proplen); in zfs_prop_get_written()
H A Dlibzfs_sendrecv.c1062 zfs_nicebytes(bytes, buf, sizeof (buf)); in send_progress_thread()
1132 zfs_nicebytes(size, buf, sizeof (buf)); in send_print_verbose()
2484 zfs_nicebytes(sdd.size, buf, sizeof (buf)); in zfs_send_cb_impl()
5381 zfs_nicebytes(bytes, buf1, sizeof (buf1)); in zfs_receive_one()
5382 zfs_nicebytes(bytes / delta_f, buf2, sizeof (buf2)); in zfs_receive_one()
H A Dlibzfs_pool.c446 (void) zfs_nicebytes(intval, buf, len); in zpool_get_prop()
1668 zfs_nicebytes(SPA_MINDEVSIZE, buf, in zpool_create()
1911 zfs_nicebytes(SPA_MINDEVSIZE, buf, in zpool_add()
H A Dlibzfs.abi427 …<elf-symbol name='zfs_nicebytes' type='func-type' binding='global-binding' visibility='default-vis…
4498 …-decl name='zfs_nicebytes' mangled-name='zfs_nicebytes' visibility='default' binding='global' size…
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c8963 zfs_nicebytes(ps->pss_processed, processed_buf, sizeof (processed_buf)); in print_scan_scrub_resilver_status()
9033 zfs_nicebytes(scanned, scanned_buf, sizeof (scanned_buf)); in print_scan_scrub_resilver_status()
9034 zfs_nicebytes(issued, issued_buf, sizeof (issued_buf)); in print_scan_scrub_resilver_status()
9035 zfs_nicebytes(total_s, total_s_buf, sizeof (total_s_buf)); in print_scan_scrub_resilver_status()
9036 zfs_nicebytes(total_i, total_i_buf, sizeof (total_i_buf)); in print_scan_scrub_resilver_status()
9041 zfs_nicebytes(scan_rate, srate_buf, sizeof (srate_buf)); in print_scan_scrub_resilver_status()
9046 zfs_nicebytes(issue_rate, irate_buf, sizeof (irate_buf)); in print_scan_scrub_resilver_status()
9110 zfs_nicebytes(bytes_scanned, bytes_scanned_buf, in print_rebuild_status_impl()
9112 zfs_nicebytes(bytes_issued, bytes_issued_buf, in print_rebuild_status_impl()
9114 zfs_nicebytes(bytes_rebuilt, bytes_rebuilt_buf, in print_rebuild_status_impl()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dcrypto_test.c1176 zfs_nicebytes(1<<i, buf, sizeof (buf)); in perf_main()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1813 zfs_nicebytes(cb.cb_snapused, buf, sizeof (buf)); in zfs_do_destroy()
3196 zfs_nicebytes(space, sizebuf, sizeof (sizebuf)); in userspace_cb()
3309 zfs_nicebytes(val64, valstr, in print_us_node()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c988 zfs_nicebytes(bytes, buf, buflen); in zdb_nicebytes()
6774 zfs_nicebytes(bytes, buf, sizeof (buf)); in zdb_blkptr_cb()