Lines Matching defs:roffs
1681 s64 roffs;
1746 roffs = 0;
1769 roffs = (start_vcn - brl->vcn) << vol->cluster_size_bits;
1781 to_read = offs - roffs;
1790 if (!ntfs_read_append(na, brl, roffs, compsz,
1791 (s32)(offs - roffs), appending,
1793 written = ntfs_flush(na, brl, roffs,
1811 to_read = offs - roffs;
1813 got = read_clusters(vol, brl, roffs,
1819 written = ntfs_comp_set(na, brl, roffs,
1828 written + roffs,
1830 + roffs,
1881 s64 roffs;
1932 /* roffs can be an offset from another uncomp block */
1933 roffs = (start_vcn - brl->vcn)
1936 got = read_clusters(vol, brl, roffs, to_read,
1939 written = ntfs_comp_set(na, brl, roffs,
1944 written + roffs,
1945 na->compression_block_size + roffs,