Searched refs:dest_ofs (Results 1 – 1 of 1) sorted by relevance
153 int *dest_index, int *dest_ofs, const int dest_max_index, in ntfs_decompress() argument197 *dest_ofs == dest_max_ofs)) { in ntfs_decompress()232 do_sb_start = *dest_ofs; in ntfs_decompress()257 *dest_ofs = (*dest_ofs + NTFS_SB_SIZE) & ~PAGE_MASK; in ntfs_decompress()258 if (!*dest_ofs && (++*dest_index > dest_max_index)) in ntfs_decompress()283 *dest_ofs += NTFS_SB_SIZE; in ntfs_decompress()284 if (!(*dest_ofs &= ~PAGE_MASK)) { in ntfs_decompress()309 int nr_bytes = do_sb_end - *dest_ofs; in ntfs_decompress()315 *dest_ofs += nr_bytes; in ntfs_decompress()318 if (!(*dest_ofs &= ~PAGE_MASK)) in ntfs_decompress()[all …]