Home
last modified time | relevance | path

Searched refs:dst_pos (Results 1 – 5 of 5) sorted by relevance

/fs/nfsd/
Dvfs.c534 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()
Dnfs4proc.c1172 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/
Dnfs42xdr.c178 encode_uint64(xdr, args->dst_pos); in encode_copy()
311 p = xdr_encode_hyper(p, args->dst_pos); in encode_copy_commit()
Dnfs42proc.c237 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy()
320 .dst_pos = pos_dst, in nfs42_proc_copy()
/fs/
Dread_write.c2099 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()