Lines Matching refs:rlc
660 runlist_element *rlc = na->rl; in wipe_compressed_attribute() local
664 while (rlc->length) { in wipe_compressed_attribute()
665 cur_vcn += rlc->length; in wipe_compressed_attribute()
667 (((rlc + 1)->length) && (rlc->lcn != LCN_HOLE))) { in wipe_compressed_attribute()
668 rlc++; in wipe_compressed_attribute()
672 if (rlc->lcn == LCN_HOLE) { in wipe_compressed_attribute()
675 offset = cur_vcn - rlc->length; in wipe_compressed_attribute()
677 restart = rlc + 1; in wipe_compressed_attribute()
678 rlc++; in wipe_compressed_attribute()
683 rlt = rlc; in wipe_compressed_attribute()
723 if (rlc->lcn == LCN_HOLE) in wipe_compressed_attribute()
724 restart = rlc + 1; in wipe_compressed_attribute()
725 rlc++; in wipe_compressed_attribute()
748 (long long)size, (long long)rlc->vcn); in wipe_compressed_attribute()
753 if (rlc->lcn == LCN_HOLE) in wipe_compressed_attribute()
754 restart = rlc + 1; in wipe_compressed_attribute()
755 rlc++; in wipe_compressed_attribute()