Searched refs:cb_width (Results 1 – 1 of 1) sorted by relevance
2307 size_t cb_width[USFIELD_LAST]; member2545 if (typelen > cb->cb_width[typeidx]) in userspace_cb()2546 cb->cb_width[typeidx] = typelen; in userspace_cb()2561 if (namelen > cb->cb_width[nameidx]) in userspace_cb()2562 cb->cb_width[nameidx] = namelen; in userspace_cb()2593 if (sizelen > cb->cb_width[sizeidx]) in userspace_cb()2594 cb->cb_width[sizeidx] = sizelen; in userspace_cb()2884 cb.cb_width[i] = strlen(gettext(us_field_hdr[i])); in zfs_do_userspace()2928 print_us(scripted, parsable, fields, types, cb.cb_width, B_TRUE, in zfs_do_userspace()