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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Dcompress.c481 unsigned int cb_clusters, cb_max_ofs; local
701 cb_max_ofs = cb_max_page & ~PAGE_CACHE_MASK;
713 if (cb_max_ofs)
740 if (cb_max_ofs && cb_pos < cb_end) {
744 cb_max_ofs - cur_ofs);
747 * cb_pos += cb_max_ofs - cur_ofs;
749 cur_ofs = cb_max_ofs;
769 if (cb_max_ofs)
783 if (cb_max_ofs && cb_pos < cb_end) {
787 cb_max_ofs
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Dcompress.c481 unsigned int cb_clusters, cb_max_ofs; local
701 cb_max_ofs = cb_max_page & ~PAGE_CACHE_MASK;
713 if (cb_max_ofs)
740 if (cb_max_ofs && cb_pos < cb_end) {
744 cb_max_ofs - cur_ofs);
747 * cb_pos += cb_max_ofs - cur_ofs;
749 cur_ofs = cb_max_ofs;
769 if (cb_max_ofs)
783 if (cb_max_ofs && cb_pos < cb_end) {
787 cb_max_ofs
[all...]

Completed in 155 milliseconds