Searched refs:cb_clusters (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcompress.c266 runlist_element *rl, VCN cb_start_vcn, int cb_clusters)
270 * @cb_clusters clusters which are all not sparse, thus the cb is not
274 cb_clusters -= rl->length - (cb_start_vcn - rl->vcn);
275 while (cb_clusters > 0) {
295 if (rl->length >= cb_clusters)
297 cb_clusters -= rl->length;
299 /* All cb_clusters were not sparse thus the cb is not compressed. */
334 unsigned int nr_cbs, cb_clusters; local
378 cb_clusters = na->compression_block_clusters;
414 start_vcn += cb_clusters;
265 ntfs_is_cb_compressed(ntfs_attr *na, runlist_element *rl, VCN cb_start_vcn, int cb_clusters) argument
[all...]

Completed in 15 milliseconds