Searched refs:total_rqst_space (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_validate.c285 uint64_t total_rqst_space = 0; local
348 total_rqst_space += nbytes;
360 total_rqst_space += (nsubs * nbytes);
388 total_rqst_space += (nbytes * nsubs);
434 } else if (apply_layout_overhead_factor(total_rqst_space) > raw_space) {
437 total_rqst_space, &sizestr, universal_units, B_FALSE);

Completed in 58 milliseconds