Searched refs:pos_out (Results 1 – 8 of 8) sorted by relevance
| /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() 135 loff_t pos_out, in generic_remap_check_len() argument 145 if (pos_out + *len < i_size_read(inode_out)) in generic_remap_check_len() [all …]
|
| /linux/fs/xfs/ |
| H A D | xfs_reflink.h | 52 struct file *file_out, loff_t pos_out, loff_t len, 61 struct file *file_out, loff_t pos_out, loff_t *len, 64 struct xfs_inode *dest, loff_t pos_out, loff_t remap_len,
|
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 137 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); in nfs4_copy_file_range()
|
| /linux/include/linux/ |
| H A D | splice.h | 92 struct file *out, loff_t pos_out, in splice_copy_file_range() argument 95 return splice_file_range(in, &pos_in, out, &pos_out, len); in splice_copy_file_range()
|
| /linux/fs/btrfs/ |
| H A D | reflink.h | 11 struct file *file_out, loff_t pos_out,
|
| /linux/fs/hostfs/ |
| H A D | hostfs.h | 45 extern char *read_dir(void *stream, unsigned long long *pos_out,
|
| /linux/include/uapi/linux/ |
| H A D | f2fs.h | 87 __u64 pos_out; /* start position in dst_fd */ member
|
| /linux/fs/ocfs2/ |
| H A D | refcounttree.h | 113 loff_t pos_out,
|