Searched refs:chunk_file_offset (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | wof.c | 615 loff_t folio_end, u64 chunk_file_offset, in ntfs_wof_decompress_chunk() argument 619 loff_t chunk_end = chunk_file_offset + decomp_size; in ntfs_wof_decompress_chunk() 628 err = ntfs_wof_try_direct(ws, mapping, folio, chunk_file_offset, in ntfs_wof_decompress_chunk() 642 copy_start = max_t(loff_t, folio_start, chunk_file_offset); in ntfs_wof_decompress_chunk() 643 copy_end = min_t(loff_t, folio_end, chunk_file_offset + decomp_size); in ntfs_wof_decompress_chunk() 645 ws->output + copy_start - chunk_file_offset, in ntfs_wof_decompress_chunk()
|