Searched refs:cb_width (Results 1 – 1 of 1) sorted by relevance
2278 size_t cb_width[USFIELD_LAST]; member2510 if (typelen > cb->cb_width[typeidx]) in userspace_cb()2511 cb->cb_width[typeidx] = typelen; in userspace_cb()2526 if (namelen > cb->cb_width[nameidx]) in userspace_cb()2527 cb->cb_width[nameidx] = namelen; in userspace_cb()2558 if (sizelen > cb->cb_width[sizeidx]) in userspace_cb()2559 cb->cb_width[sizeidx] = sizelen; in userspace_cb()2849 cb.cb_width[i] = strlen(gettext(us_field_hdr[i])); in zfs_do_userspace()2893 print_us(scripted, parsable, fields, types, cb.cb_width, B_TRUE, in zfs_do_userspace()