Searched defs:first_comp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/lvm/
H A Dmd_convert.c133 size_t first_comp = 0; local
137 first_comp = sizeof (ms_unit_t) +
139 first_comp = roundup(first_comp, sizeof (long long));
141 return (first_comp);
150 mdsize = first_comp + sizeof (ms_comp_t) * ncomps;
167 size_t first_comp; local
170 first_comp = sizeof (ms_unit32_od_t) +
172 first_comp = roundup(first_comp, sizeo
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c1306 size_t mdsize, first_comp; local
1377 first_comp = roundup(mdsize, sizeof (long long));
1378 mdsize += sizeof (ms_comp_t) * ncomps + (first_comp - mdsize);
1382 new_un->un_ocomp = first_comp;
1931 size_t mdsize, first_comp; local
1953 first_comp = roundup(mdsize, sizeof (long long));
1954 mdsize += (first_comp - mdsize) + (ncomp * sizeof (ms_comp_t));
1956 ms->un_ocomp = first_comp;
H A Dmeta_statconcise.c338 size_t first_comp = 0; local
342 first_comp = sizeof (ms_unit_t) +
344 first_comp = roundup(first_comp, sizeof (long long));
353 mdsize = first_comp + sizeof (ms_comp_t) * ncomps;
/illumos-gate/usr/src/lib/libtsol/common/
H A Dlabeld.h233 int first_comp; member in struct:__anon4161

Completed in 55 milliseconds