Lines Matching refs:offs
283 int offs; /* offset to best match */
342 offs = pctx->rel;
348 q = (~offs << (16 - bp_cur)) + (j - i - 3);
388 q = (~offs << (16 - bp_cur)) +
859 " inode %lld offs 0x%llx\n",
919 " inode %lld offs 0x%llx\n",
982 s64 offs, u32 to_read, char *inbuf)
1000 count -= offs;
1001 xpos += offs;
1024 s64 offs, s32 to_write, const char *outbuf)
1041 count -= offs;
1042 xpos += offs;
1069 s64 offs, u32 insz, const char *inbuf)
1143 written = write_clusters(vol, rl, offs, rounded, outbuf);
1583 s64 offs, u32 compsz, s32 pos, BOOL appending,
1604 got = read_clusters(na->ni->vol, rl, offs,
1626 static s32 ntfs_flush(ntfs_attr *na, runlist_element *rl, s64 offs,
1635 written = ntfs_comp_set(na, rl, offs, count, outbuf);
1639 && ntfs_compress_free(na,rl,offs + written,
1640 offs + na->compression_block_size, appending,
1651 offs, rounded, outbuf);
1671 s64 offs, s64 to_write, s64 rounded,
1731 nextblock = ((offs + (wrl->vcn << vol->cluster_size_bits))
1734 endwrite = offs + to_write + (wrl->vcn << vol->cluster_size_bits);
1741 - (offs + (wrl->vcn << vol->cluster_size_bits));
1755 start_vcn = (wrl->vcn + (offs >> vol->cluster_size_bits))
1767 offs += brl->length << vol->cluster_size_bits;
1781 to_read = offs - roffs;
1791 (s32)(offs - roffs), appending,
1811 to_read = offs - roffs;
1873 int ntfs_compressed_close(ntfs_attr *na, runlist_element *wrl, s64 offs,
1915 start_vcn = (wrl->vcn + (offs >> vol->cluster_size_bits))
1919 to_read = offs + ((wrl->vcn - start_vcn)