Lines Matching defs:pos
254 * @pos: The file offset at which to start writing
266 loff_t pos, unsigned len, unsigned flags,
269 pgoff_t index = pos >> PAGE_SHIFT;
360 && (pos != 0))
456 * @pos: The file position
464 loff_t pos, unsigned len, unsigned copied,
467 pgoff_t index = pos >> PAGE_SHIFT;
468 unsigned from = pos & (PAGE_SIZE - 1);
507 if (pos + copied > i_size_read(ecryptfs_inode)) {
508 i_size_write(ecryptfs_inode, pos + copied);