Lines Matching refs:rlpos
774 int rlpos = 0; in allocate_scattered_clusters() local
791 if ((rlpos + 2) * (int)sizeof(runlist) >= rlsize) { in allocate_scattered_clusters()
800 rl[rlpos - 1].length = ++prev_run_len; in allocate_scattered_clusters()
803 rl[rlpos].vcn = vcn++; in allocate_scattered_clusters()
804 rl[rlpos].lcn = lcn; in allocate_scattered_clusters()
806 rl[rlpos].length = 1LL; in allocate_scattered_clusters()
808 rlpos++; in allocate_scattered_clusters()
813 rl[rlpos].vcn = vcn; in allocate_scattered_clusters()
814 rl[rlpos].lcn = 0LL; in allocate_scattered_clusters()
815 rl[rlpos].length = 0LL; in allocate_scattered_clusters()
831 rl[rlpos].vcn = vcn; in allocate_scattered_clusters()
832 rl[rlpos].lcn = -1LL; in allocate_scattered_clusters()
833 rl[rlpos].length = 0LL; in allocate_scattered_clusters()