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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c481 unsigned int cb_clusters, cb_max_ofs; local
566 cb_clusters = ni->itype.compressed.block_clusters;
573 for (vcn = start_vcn, start_vcn += cb_clusters; vcn < start_vcn;
708 if (vcn == start_vcn - cb_clusters) {

Completed in 145 milliseconds