Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c306 uint64_t snbytes = 0; in choose_slice() local
314 ((error = slice_get_size(slice, &snbytes)) != 0) || in choose_slice()
329 if (bytes_to_sizestr(snbytes, &sizestr, in choose_slice()
363 if (snbytes > nbytes) { in choose_slice()
365 } else if (snbytes == nbytes) { in choose_slice()
373 if (nbytes_is_min && (snbytes < nbytes)) { in choose_slice()
402 m = (snbytes == nbytes ? 0 : (snbytes > nbytes ? 1 : 2)); in choose_slice()
472 uint64_t snbytes = 0; in choose_slice() local
477 (void) slice_get_size(slice, &snbytes); in choose_slice()
479 if (bytes_to_sizestr(snbytes, &sizestr, in choose_slice()