Lines Matching refs:vsc
182 le32_add_cpu(line->vsc, -1);
412 int packed_meta = (le32_to_cpu(*line->vsc) / pblk->min_write_pgs_data)
414 int vsc = le32_to_cpu(*line->vsc) + packed_meta;
424 } else if (!vsc) {
429 } else if (vsc < lm->high_thrs) {
434 } else if (vsc < lm->mid_thrs) {
439 } else if (vsc < line->sec_in_line) {
444 } else if (vsc == line->sec_in_line) {
456 pblk_err(pblk, "corrupted vsc for line %d, vsc:%d (%d/%d/%d)\n",
457 line->id, vsc,
1114 *line->vsc = cpu_to_le32(line->sec_in_line);
1258 *line->vsc = cpu_to_le32(EMPTY_ENTRY);
1796 /* No need for exact vsc value; avoid a big line lock and take aprox. */