Home
last modified time | relevance | path

Searched refs:pos_out (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_reflink.h43 struct file *file_out, loff_t pos_out, loff_t len,
52 struct file *file_out, loff_t pos_out, loff_t *len,
55 struct xfs_inode *dest, loff_t pos_out, loff_t remap_len,
Dxfs_reflink.c1115 loff_t pos_out, in xfs_reflink_remap_blocks() argument
1125 xfs_off_t new_isize = pos_out + remap_len; in xfs_reflink_remap_blocks()
1129 destoff = XFS_B_TO_FSBT(src->i_mount, pos_out); in xfs_reflink_remap_blocks()
1310 loff_t pos_out, in xfs_reflink_remap_prep() argument
1341 ret = generic_remap_file_range_prep(file_in, pos_in, file_out, pos_out, in xfs_reflink_remap_prep()
1355 ret = xfs_reflink_zero_posteof(dest, pos_out); in xfs_reflink_remap_prep()
1369 if (pos_out > XFS_ISIZE(dest)) { in xfs_reflink_remap_prep()
1370 loff_t flen = *len + (pos_out - XFS_ISIZE(dest)); in xfs_reflink_remap_prep()
1373 ret = xfs_flush_unmap_range(dest, pos_out, *len); in xfs_reflink_remap_prep()
Dxfs_file.c973 loff_t pos_out, in xfs_file_remap_range() argument
996 ret = xfs_reflink_remap_prep(file_in, pos_in, file_out, pos_out, in xfs_file_remap_range()
1001 trace_xfs_reflink_remap_range(src, pos_in, len, dest, pos_out); in xfs_file_remap_range()
1003 ret = xfs_reflink_remap_blocks(src, pos_in, dest, pos_out, len, in xfs_file_remap_range()
1016 pos_out == 0 && len >= i_size_read(inode_out) && in xfs_file_remap_range()
1020 ret = xfs_reflink_update_dest(dest, pos_out + len, cowextsize, in xfs_file_remap_range()
/Linux-v5.4/fs/nfs/
Dnfs4file.c133 struct file *file_out, loff_t pos_out, in __nfs4_copy_file_range() argument
143 return nfs42_proc_copy(file_in, pos_in, file_out, pos_out, count); in __nfs4_copy_file_range()
147 struct file *file_out, loff_t pos_out, in nfs4_copy_file_range() argument
152 ret = __nfs4_copy_file_range(file_in, pos_in, file_out, pos_out, count, in nfs4_copy_file_range()
156 pos_out, count, flags); in nfs4_copy_file_range()
/Linux-v5.4/fs/
Dread_write.c1590 struct file *file_out, loff_t pos_out, in generic_copy_file_range() argument
1593 return do_splice_direct(file_in, &pos_in, file_out, &pos_out, in generic_copy_file_range()
1599 struct file *file_out, loff_t pos_out, in do_copy_file_range() argument
1613 file_out, pos_out, in do_copy_file_range()
1616 return generic_copy_file_range(file_in, pos_in, file_out, pos_out, len, in do_copy_file_range()
1626 struct file *file_out, loff_t pos_out, in vfs_copy_file_range() argument
1634 ret = generic_copy_file_checks(file_in, pos_in, file_out, pos_out, &len, in vfs_copy_file_range()
1643 ret = rw_verify_area(WRITE, file_out, &pos_out, len); in vfs_copy_file_range()
1661 file_out, pos_out, in vfs_copy_file_range()
1670 ret = do_copy_file_range(file_in, pos_in, file_out, pos_out, len, in vfs_copy_file_range()
[all …]
/Linux-v5.4/fs/overlayfs/
Dfile.c556 struct file *file_out, loff_t pos_out, in ovl_copyfile() argument
578 real_out.file, pos_out, len, flags); in ovl_copyfile()
583 real_out.file, pos_out, len, flags); in ovl_copyfile()
588 real_out.file, pos_out, len, in ovl_copyfile()
604 struct file *file_out, loff_t pos_out, in ovl_copy_file_range() argument
607 return ovl_copyfile(file_in, pos_in, file_out, pos_out, len, flags, in ovl_copy_file_range()
612 struct file *file_out, loff_t pos_out, in ovl_remap_file_range() argument
634 return ovl_copyfile(file_in, pos_in, file_out, pos_out, len, in ovl_remap_file_range()
/Linux-v5.4/mm/
Dfilemap.c2997 struct file *file_out, loff_t pos_out, in generic_remap_checks() argument
3009 if (!IS_ALIGNED(pos_in, bs) || !IS_ALIGNED(pos_out, bs)) in generic_remap_checks()
3013 if (pos_in + count < pos_in || pos_out + count < pos_out) in generic_remap_checks()
3022 pos_out >= size_out || pos_out + count > size_out)) in generic_remap_checks()
3030 ret = generic_write_check_limits(file_out, pos_out, &count); in generic_remap_checks()
3051 pos_out + bcount > pos_in && in generic_remap_checks()
3052 pos_out < pos_in + bcount) in generic_remap_checks()
3098 struct file *file_out, loff_t pos_out, in generic_copy_file_checks() argument
3119 if (pos_in + count < pos_in || pos_out + count < pos_out) in generic_copy_file_checks()
3129 ret = generic_write_check_limits(file_out, pos_out, &count); in generic_copy_file_checks()
[all …]
/Linux-v5.4/fs/hostfs/
Dhostfs.h71 extern char *read_dir(void *stream, unsigned long long *pos_out,
Dhostfs_user.c107 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir() argument
120 *pos_out = ent->d_off; in read_dir()
/Linux-v5.4/fs/ocfs2/
Drefcounttree.h115 loff_t pos_out,
Dfile.c2566 struct file *file_out, loff_t pos_out, in ocfs2_remap_file_range() argument
2595 ret = generic_remap_file_range_prep(file_in, pos_in, file_out, pos_out, in ocfs2_remap_file_range()
2608 round_down(pos_out, PAGE_SIZE), in ocfs2_remap_file_range()
2609 round_up(pos_out + len, PAGE_SIZE) - 1); in ocfs2_remap_file_range()
2612 inode_out, out_bh, pos_out, len); in ocfs2_remap_file_range()
2629 ret = ocfs2_reflink_update_dest(inode_out, out_bh, pos_out + len); in ocfs2_remap_file_range()
Drefcounttree.c4505 loff_t pos_out, in ocfs2_reflink_remap_extent() argument
4527 tpos = ocfs2_bytes_to_clusters(t_inode->i_sb, pos_out); in ocfs2_reflink_remap_extent()
4619 loff_t pos_out, in ocfs2_reflink_remap_blocks() argument
4637 if (pos_in == pos_out && pos_in == 0 && len == i_size_read(s_inode) && in ocfs2_reflink_remap_blocks()
4697 pos_out, len, &dealloc); in ocfs2_reflink_remap_blocks()
/Linux-v5.4/fs/f2fs/
Dfile.c2573 struct file *file_out, loff_t pos_out, size_t len) in f2fs_move_file_range() argument
2596 if (pos_in == pos_out) in f2fs_move_file_range()
2598 if (pos_out > pos_in && pos_out < pos_in + len) in f2fs_move_file_range()
2622 if (pos_out + olen > dst->i_size) in f2fs_move_file_range()
2623 dst_max_i_size = pos_out + olen; in f2fs_move_file_range()
2628 !IS_ALIGNED(pos_out, F2FS_BLKSIZE)) in f2fs_move_file_range()
2646 pos_out, pos_out + len); in f2fs_move_file_range()
2661 pos_out >> F2FS_BLKSIZE_BITS, in f2fs_move_file_range()
2712 range.pos_out, range.len); in f2fs_ioc_move_range()
Df2fs.h466 u64 pos_out; /* start position in dst_fd */ member
/Linux-v5.4/include/linux/
Dfs.h1851 struct file *file_out, loff_t pos_out,
1916 struct file *file_out, loff_t pos_out,
1919 struct file *file_out, loff_t pos_out,
1923 struct file *file_out, loff_t pos_out,
1926 struct file *file_out, loff_t pos_out,
3092 struct file *file_out, loff_t pos_out,
3096 struct file *file_out, loff_t pos_out,
/Linux-v5.4/fs/fuse/
Dfile.c3229 struct file *file_out, loff_t pos_out, in __fuse_copy_file_range() argument
3244 .off_out = pos_out, in __fuse_copy_file_range()
3253 ((pos_out + len) > inode_out->i_size); in __fuse_copy_file_range()
3276 err = fuse_writeback_range(inode_out, pos_out, pos_out + len); in __fuse_copy_file_range()
3301 fuse_write_update_size(inode_out, pos_out + outarg.size); in __fuse_copy_file_range()
/Linux-v5.4/fs/btrfs/
Dioctl.c3825 struct file *file_out, loff_t pos_out, in btrfs_remap_file_range_prep() argument
3905 ret = btrfs_wait_ordered_range(inode_out, ALIGN_DOWN(pos_out, bs), in btrfs_remap_file_range_prep()
3910 return generic_remap_file_range_prep(file_in, pos_in, file_out, pos_out, in btrfs_remap_file_range_prep()
Dctree.h2954 struct file *file_out, loff_t pos_out,
/Linux-v5.4/Documentation/filesystems/
Dvfs.rst988 struct file *file_out, loff_t pos_out,
1097 file into the dest file at pos_out. Implementations must handle