Lines Matching defs:pos
2531 loff_t pos, unsigned len, unsigned copied,
2545 cifs_dbg(FYI, "write_end for page %p from pos %lld with %d bytes\n",
2546 page, pos, copied);
2557 unsigned offset = pos & (PAGE_SIZE - 1);
2567 rc = cifs_write(cfile, pid, page_data + offset, copied, &pos);
2574 pos += copied;
2580 if (pos > inode->i_size)
2581 i_size_write(inode, pos);
3112 wdata->offset - ctx->pos);
3187 ctx->pos = iocb->ki_pos;
3324 * to the server exactly from the pos to pos+len-1 rather than flush all
3326 * these pages but not on the region from pos to ppos+len-1.
3658 iov_iter_advance(&direct_iov, offset - ctx->pos);
3929 ctx->pos = offset;
4018 * on pages affected by this read but not on the region from pos to
4019 * pos+len-1.
4658 loff_t pos, unsigned len, unsigned flags,
4662 pgoff_t index = pos >> PAGE_SHIFT;
4663 loff_t offset = pos & (PAGE_SIZE - 1);
4664 loff_t page_start = pos & PAGE_MASK;
4669 cifs_dbg(FYI, "write_begin from %lld len %d\n", (long long)pos, len);
4698 (offset == 0 && (pos + len) >= i_size)) {