Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dcompress.c167 int *dest_index, int *dest_ofs, const int dest_max_index, in ntfs_decompress() argument
210 (*dest_index == dest_max_index && in ntfs_decompress()
250 if (*dest_index == dest_max_index && do_sb_end > dest_max_ofs) in ntfs_decompress()
265 dp = dest_pages[*dest_index]; in ntfs_decompress()
272 if (!*dest_ofs && (++*dest_index > dest_max_index)) in ntfs_decompress()
304 completed_pages[nr_completed_pages++] = *dest_index; in ntfs_decompress()
305 if (++*dest_index > dest_max_index) in ntfs_decompress()