Searched defs:mdsize (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c339 size_t mdsize = 0; local
355 mdsize = first_comp + sizeof (ms_comp_t) * ncomps;
356 return (mdsize);
H A Dmeta_stripe.c1306 size_t mdsize, first_comp; local
1367 mdsize = sizeof (ms_unit_t) - sizeof (struct ms_row);
1368 mdsize += sizeof (struct ms_row) * (old_un->un_nrows + 1);
1377 first_comp = roundup(mdsize, sizeof (long long));
1378 mdsize += sizeof (ms_comp_t) * ncomps + (first_comp - mdsize);
1381 new_un = Zalloc(mdsize);
1498 mgp.size = mdsize;
1931 size_t mdsize, first_comp; local
1946 mdsize
[all...]

Completed in 29 milliseconds