Searched refs:dst_pos (Results 1 – 5 of 5) sorted by relevance
/fs/nfsd/ |
D | vfs.c | 534 u64 dst_pos, u64 count, bool sync) in nfsd4_clone_file_range() argument 538 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range() 544 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range() 545 int status = vfs_fsync_range(dst, dst_pos, dst_end, 0); in nfsd4_clone_file_range() 556 u64 dst_pos, u64 count) in nfsd_copy_file_range() argument 568 return vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
|
D | nfs4proc.c | 1172 u64 dst_pos = copy->cp_dst_pos; in _nfsd_copy_file_range() local 1178 src_pos, copy->nf_dst->nf_file, dst_pos, in _nfsd_copy_file_range() 1185 dst_pos += bytes_copied; in _nfsd_copy_file_range()
|
/fs/nfs/ |
D | nfs42xdr.c | 178 encode_uint64(xdr, args->dst_pos); in encode_copy() 311 p = xdr_encode_hyper(p, args->dst_pos); in encode_copy_commit()
|
D | nfs42proc.c | 237 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() 320 .dst_pos = pos_dst, in nfs42_proc_copy()
|
/fs/ |
D | read_write.c | 2099 struct file *dst_file, loff_t dst_pos, in vfs_dedupe_file_range_one() argument 2111 ret = remap_verify_area(dst_file, dst_pos, len, true); in vfs_dedupe_file_range_one() 2137 dst_pos, len, remap_flags | REMAP_FILE_DEDUP); in vfs_dedupe_file_range_one()
|