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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcompress.c267 VCN cb_start_vcn, int cb_clusters)
271 * @cb_clusters clusters which are all not sparse, thus the cb is not
275 cb_clusters -= rl->length - (cb_start_vcn - rl->vcn);
276 while (cb_clusters > 0) {
296 if (rl->length >= cb_clusters)
298 cb_clusters -= rl->length;
300 /* All cb_clusters were not sparse thus the cb is not compressed. */
335 unsigned int nr_cbs, cb_clusters; local
379 cb_clusters = na->compression_block_clusters;
413 start_vcn += cb_clusters;
266 ntfs_is_cb_compressed(ntfs_attr *na, runlist_element *rl, VCN cb_start_vcn, int cb_clusters) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dcompress.c480 unsigned int cb_clusters, cb_max_ofs; local
555 cb_clusters = ni->itype.compressed.block_clusters;
562 for (vcn = start_vcn, start_vcn += cb_clusters; vcn < start_vcn;
697 if (vcn == start_vcn - cb_clusters) {

Completed in 100 milliseconds