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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c145 raidp->orig_ncol = mr->un_origcolumncnt;
148 assert(raidp->orig_ncol <= ncol);
435 if (raidp->orig_ncol != raidp->cols.cols_len) {
436 assert(raidp->orig_ncol < raidp->cols.cols_len);
437 if (fprintf(fp, " -o %u", raidp->orig_ncol) == EOF)
788 uint_t orig_ncol = raidp->orig_ncol; local
948 column_size * (orig_ncol - 1),
949 meta_number_to_string(column_size * (orig_ncol - 1), DEV_BSIZE))
959 for (col = 0; (col < orig_ncol);
2140 uint_t orig_ncol = raidp->orig_ncol; local
[all...]

Completed in 23 milliseconds