/openbmc/linux/fs/ |
H A D | remap_range.c | 32 struct file *file_out, loff_t pos_out, in generic_remap_checks() argument 44 if (!IS_ALIGNED(pos_in, bs) || !IS_ALIGNED(pos_out, bs)) in generic_remap_checks() 48 if (pos_in + count < pos_in || pos_out + count < pos_out) in generic_remap_checks() 57 pos_out >= size_out || pos_out + count > size_out)) in generic_remap_checks() 65 ret = generic_write_check_limits(file_out, pos_out, &count); in generic_remap_checks() 77 (!(remap_flags & REMAP_FILE_DEDUP) || pos_out + count == size_out)) { in generic_remap_checks() 87 pos_out + bcount > pos_in && in generic_remap_checks() 88 pos_out < pos_in + bcount) in generic_remap_checks() 129 loff_t pos_out, in generic_remap_check_len() argument 139 if (pos_out + *len < i_size_read(inode_out)) in generic_remap_check_len() [all …]
|
H A D | read_write.c | 1387 struct file *file_out, loff_t pos_out, in generic_copy_file_range() argument 1392 return do_splice_direct(file_in, &pos_in, file_out, &pos_out, in generic_copy_file_range() 1405 struct file *file_out, loff_t pos_out, in generic_copy_file_checks() argument 1446 if (pos_in + count < pos_in || pos_out + count < pos_out) in generic_copy_file_checks() 1456 ret = generic_write_check_limits(file_out, pos_out, &count); in generic_copy_file_checks() 1462 pos_out + count > pos_in && in generic_copy_file_checks() 1463 pos_out < pos_in + count) in generic_copy_file_checks() 1476 struct file *file_out, loff_t pos_out, in vfs_copy_file_range() argument 1485 ret = generic_copy_file_checks(file_in, pos_in, file_out, pos_out, &len, in vfs_copy_file_range() 1494 ret = rw_verify_area(WRITE, file_out, &pos_out, len); in vfs_copy_file_range() [all …]
|
H A D | dax.c | 2075 struct file *file_out, loff_t pos_out, in dax_remap_file_range_prep() argument 2080 pos_out, len, remap_flags, ops); in dax_remap_file_range_prep()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_reflink.h | 58 struct file *file_out, loff_t pos_out, loff_t len, 67 struct file *file_out, loff_t pos_out, loff_t *len, 70 struct xfs_inode *dest, loff_t pos_out, loff_t remap_len,
|
H A D | xfs_reflink.c | 1335 loff_t pos_out, in xfs_reflink_remap_blocks() argument 1342 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() 1345 xfs_off_t new_isize = pos_out + remap_len; in xfs_reflink_remap_blocks() 1458 loff_t pos_out, in xfs_reflink_remap_prep() argument 1485 pos_out, len, remap_flags); in xfs_reflink_remap_prep() 1488 pos_out, len, remap_flags, &xfs_read_iomap_ops); in xfs_reflink_remap_prep() 1501 ret = xfs_reflink_zero_posteof(dest, pos_out); in xfs_reflink_remap_prep() 1515 if (pos_out > XFS_ISIZE(dest)) { in xfs_reflink_remap_prep() 1516 loff_t flen = *len + (pos_out - XFS_ISIZE(dest)); in xfs_reflink_remap_prep() 1519 ret = xfs_flush_unmap_range(dest, pos_out, *len); in xfs_reflink_remap_prep()
|
H A D | xfs_file.c | 1158 loff_t pos_out, in xfs_file_remap_range() argument 1181 ret = xfs_reflink_remap_prep(file_in, pos_in, file_out, pos_out, in xfs_file_remap_range() 1186 trace_xfs_reflink_remap_range(src, pos_in, len, dest, pos_out); in xfs_file_remap_range() 1188 ret = xfs_reflink_remap_blocks(src, pos_in, dest, pos_out, len, in xfs_file_remap_range() 1201 pos_out == 0 && len >= i_size_read(inode_out) && in xfs_file_remap_range() 1205 ret = xfs_reflink_update_dest(dest, pos_out + len, cowextsize, in xfs_file_remap_range()
|
/openbmc/linux/fs/overlayfs/ |
H A D | file.c | 609 struct file *file_out, loff_t pos_out, in ovl_copyfile() argument 640 real_out.file, pos_out, len, flags); in ovl_copyfile() 645 real_out.file, pos_out, len, flags); in ovl_copyfile() 650 real_out.file, pos_out, len, in ovl_copyfile() 669 struct file *file_out, loff_t pos_out, in ovl_copy_file_range() argument 672 return ovl_copyfile(file_in, pos_in, file_out, pos_out, len, flags, in ovl_copy_file_range() 677 struct file *file_out, loff_t pos_out, in ovl_remap_file_range() argument 699 return ovl_copyfile(file_in, pos_in, file_out, pos_out, len, in ovl_remap_file_range()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4file.c | 136 struct file *file_out, loff_t pos_out, in __nfs4_copy_file_range() argument 179 ret = nfs42_proc_copy(file_in, pos_in, file_out, pos_out, count, in __nfs4_copy_file_range() 190 struct file *file_out, loff_t pos_out, in nfs4_copy_file_range() argument 195 ret = __nfs4_copy_file_range(file_in, pos_in, file_out, pos_out, count, in nfs4_copy_file_range() 199 pos_out, count, flags); in nfs4_copy_file_range()
|
/openbmc/linux/fs/btrfs/ |
H A D | reflink.h | 9 struct file *file_out, loff_t pos_out,
|
H A D | reflink.c | 795 struct file *file_out, loff_t pos_out, in btrfs_remap_file_range_prep() argument 863 ret = btrfs_wait_ordered_range(inode_out, ALIGN_DOWN(pos_out, bs), in btrfs_remap_file_range_prep() 868 return generic_remap_file_range_prep(file_in, pos_in, file_out, pos_out, in btrfs_remap_file_range_prep()
|
/openbmc/linux/include/uapi/linux/ |
H A D | f2fs.h | 79 __u64 pos_out; /* start position in dst_fd */ member
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs.h | 77 extern char *read_dir(void *stream, unsigned long long *pos_out,
|
H A D | hostfs_user.c | 109 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir() argument 122 *pos_out = ent->d_off; in read_dir()
|
/openbmc/linux/fs/ocfs2/ |
H A D | refcounttree.h | 113 loff_t pos_out,
|
H A D | file.c | 2694 struct file *file_out, loff_t pos_out, in ocfs2_remap_file_range() argument 2723 ret = generic_remap_file_range_prep(file_in, pos_in, file_out, pos_out, in ocfs2_remap_file_range() 2736 round_down(pos_out, PAGE_SIZE), in ocfs2_remap_file_range() 2737 round_up(pos_out + len, PAGE_SIZE) - 1); in ocfs2_remap_file_range() 2740 inode_out, out_bh, pos_out, len); in ocfs2_remap_file_range() 2757 ret = ocfs2_reflink_update_dest(inode_out, out_bh, pos_out + len); in ocfs2_remap_file_range()
|
H A D | refcounttree.c | 4500 loff_t pos_out, in ocfs2_reflink_remap_extent() argument 4522 tpos = ocfs2_bytes_to_clusters(t_inode->i_sb, pos_out); in ocfs2_reflink_remap_extent() 4614 loff_t pos_out, in ocfs2_reflink_remap_blocks() argument 4632 if (pos_in == pos_out && pos_in == 0 && len == i_size_read(s_inode) && in ocfs2_reflink_remap_blocks() 4692 pos_out, len, &dealloc); in ocfs2_reflink_remap_blocks()
|
/openbmc/linux/fs/f2fs/ |
H A D | file.c | 2883 struct file *file_out, loff_t pos_out, size_t len) in f2fs_move_file_range() argument 2905 if (pos_out < 0 || pos_in < 0) in f2fs_move_file_range() 2909 if (pos_in == pos_out) in f2fs_move_file_range() 2911 if (pos_out > pos_in && pos_out < pos_in + len) in f2fs_move_file_range() 2946 if (pos_out + olen > dst->i_size) in f2fs_move_file_range() 2947 dst_max_i_size = pos_out + olen; in f2fs_move_file_range() 2952 !IS_ALIGNED(pos_out, F2FS_BLKSIZE)) in f2fs_move_file_range() 2970 pos_out, pos_out + len); in f2fs_move_file_range() 2985 pos_out >> F2FS_BLKSIZE_BITS, in f2fs_move_file_range() 3043 range->pos_out, range->len); in __f2fs_ioc_move_range() [all …]
|
/openbmc/linux/include/linux/ |
H A D | dax.h | 256 struct file *file_out, loff_t pos_out,
|
H A D | fs.h | 1951 struct file *file_out, loff_t pos_out, 2031 struct file *file_out, loff_t pos_out, 2034 struct file *file_out, loff_t pos_out, 2038 struct file *file_out, loff_t pos_out, 2041 struct file *file_out, loff_t pos_out, 2044 struct file *file_out, loff_t pos_out,
|
/openbmc/linux/fs/fuse/ |
H A D | file.c | 3092 struct file *file_out, loff_t pos_out, in __fuse_copy_file_range() argument 3108 .off_out = pos_out, in __fuse_copy_file_range() 3117 ((pos_out + len) > inode_out->i_size); in __fuse_copy_file_range() 3155 err = fuse_writeback_range(inode_out, pos_out, pos_out + len - 1); in __fuse_copy_file_range() 3179 ALIGN_DOWN(pos_out, PAGE_SIZE), in __fuse_copy_file_range() 3180 ALIGN(pos_out + outarg.size, PAGE_SIZE) - 1); in __fuse_copy_file_range() 3183 fuse_write_update_attr(inode_out, pos_out + outarg.size, outarg.size); in __fuse_copy_file_range()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locking.rst | 550 struct file *file_out, loff_t pos_out,
|
H A D | vfs.rst | 1108 struct file *file_out, loff_t pos_out, 1213 file into the dest file at pos_out. Implementations must handle
|