Lines Matching refs:xrl
990 const runlist_element *xrl;
993 xrl = rl;
997 count = xrl->length << vol->cluster_size_bits;
998 xpos = xrl->lcn << vol->cluster_size_bits;
1010 xrl++;
1031 const runlist_element *xrl;
1034 xrl = rl;
1038 count = xrl->length << vol->cluster_size_bits;
1039 xpos = xrl->lcn << vol->cluster_size_bits;
1051 xrl++;
1171 runlist_element *xrl;
1175 xrl = rl;
1176 while (xrl->vcn & (na->compression_block_clusters - 1))
1177 xrl--;
1179 while (xrl->length) {
1180 if ((xrl->vcn + xrl->length) != xrl[1].vcn)
1182 if (xrl->lcn == LCN_HOLE) {
1183 if ((xrl->vcn + xrl->length)
1187 if (fullcheck && (xrl[1].lcn == LCN_HOLE)) {
1193 err, text, (long)(xrl - na->rl),
1199 xrl++;
1393 runlist_element *xrl;
1417 xrl = freerl;
1420 xrl->length += frl->length;
1424 *++xrl = *frl++;
1426 *++xrl = *frl; /* terminator */