Lines Matching defs:offset
1702 off_t offset,
1734 res = CALL_REPARSE_PLUGIN(ni, read, buf, size, offset, &of->fi);
1758 if (offset + (off_t)size > max_read) {
1759 if (max_read < offset)
1761 size = max_read - offset;
1764 s64 ret = ntfs_attr_pread(na, offset, size, buf + total);
1767 "offset %lld: %lld <> %lld", (long long)ni->mft_no,
1768 (long long)offset, (long long)size, (long long)ret);
1774 offset += ret;
1796 size_t size, off_t offset,
1815 res = CALL_REPARSE_PLUGIN(ni, write, buf, size, offset,
1831 s64 ret = ntfs_attr_pwrite(na, offset, size, buf + total);
1837 offset += ret;