Searched refs:roffs (Results 1 - 1 of 1) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | compress.c | 1681 s64 roffs; in ntfs_compressed_pwrite() local 1746 roffs = 0; in ntfs_compressed_pwrite() 1769 roffs = (start_vcn - brl->vcn) << vol->cluster_size_bits; in ntfs_compressed_pwrite() 1781 to_read = offs - roffs; in ntfs_compressed_pwrite() 1790 if (!ntfs_read_append(na, brl, roffs, compsz, in ntfs_compressed_pwrite() 1791 (s32)(offs - roffs), appending, in ntfs_compressed_pwrite() 1793 written = ntfs_flush(na, brl, roffs, in ntfs_compressed_pwrite() 1811 to_read = offs - roffs; in ntfs_compressed_pwrite() 1813 got = read_clusters(vol, brl, roffs, in ntfs_compressed_pwrite() 1819 written = ntfs_comp_set(na, brl, roffs, in ntfs_compressed_pwrite() 1881 s64 roffs; ntfs_compressed_close() local [all...] |
Completed in 2 milliseconds