Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ntfs/
Dcompress.c170 int *dest_ofs, const int dest_max_index, const int dest_max_ofs, in ntfs_decompress() argument
199 int completed_pages[dest_max_index - *dest_index + 1]; in ntfs_decompress()
216 (*dest_index == dest_max_index && in ntfs_decompress()
256 if (*dest_index == dest_max_index && do_sb_end > dest_max_ofs) in ntfs_decompress()
278 if (!*dest_ofs && (++*dest_index > dest_max_index)) in ntfs_decompress()
311 if (++*dest_index > dest_max_index) in ntfs_decompress()