Home
last modified time | relevance | path

Searched refs:cb_max_page (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ntfs/
H A Dcompress.c722 cb_max_page = (cur_page << PAGE_SHIFT) + cur_ofs + cb_size; in ntfs_read_compressed_block()
723 cb_max_ofs = cb_max_page & ~PAGE_MASK; in ntfs_read_compressed_block()
724 cb_max_page >>= PAGE_SHIFT; in ntfs_read_compressed_block()
727 if (cb_max_page > max_page) in ntfs_read_compressed_block()
728 cb_max_page = max_page; in ntfs_read_compressed_block()
736 cb_max_page--; in ntfs_read_compressed_block()
737 for (; cur_page < cb_max_page; cur_page++) { in ntfs_read_compressed_block()
792 cb_max_page--; in ntfs_read_compressed_block()
794 for (; cur_page < cb_max_page; cur_page++) { in ntfs_read_compressed_block()
816 for (; cur2_page < cb_max_page; cur2_page++) { in ntfs_read_compressed_block()
[all …]