Lines Matching defs:cb_clusters
651 VCN cb_start_vcn, int cb_clusters)
655 * @cb_clusters clusters which are all not sparse, thus the cb is not
659 cb_clusters -= rl->length - (cb_start_vcn - rl->vcn);
660 while (cb_clusters > 0) {
680 if (rl->length >= cb_clusters)
682 cb_clusters -= rl->length;
684 /* All cb_clusters were not sparse thus the cb is not compressed. */
721 unsigned int nr_cbs, cb_clusters;
775 cb_clusters = na->compression_block_clusters;
809 start_vcn += cb_clusters;
831 } else if (!ntfs_is_cb_compressed(na, rl, vcn, cb_clusters)) {