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