Home
last modified time | relevance | path

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

/fs/
Dremap_range.c448 struct file *dst_file, loff_t dst_pos, in vfs_dedupe_file_range_one() argument
460 ret = remap_verify_area(dst_file, dst_pos, len, true); in vfs_dedupe_file_range_one()
486 dst_pos, len, remap_flags | REMAP_FILE_DEDUP); in vfs_dedupe_file_range_one()
/fs/nfsd/
Dvfs.c534 struct nfsd_file *nf_dst, u64 dst_pos, u64 count, bool sync) in nfsd4_clone_file_range() argument
543 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
553 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range()
554 int status = vfs_fsync_range(dst, dst_pos, dst_end, 0); in nfsd4_clone_file_range()
571 u64 dst_pos, u64 count) in nfsd_copy_file_range() argument
584 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
587 ret = vfs_copy_file_range(src, src_pos, dst, dst_pos, count, in nfsd_copy_file_range()
Dvfs.h61 struct nfsd_file *nf_dst, u64 dst_pos,
Dnfs4proc.c1378 u64 dst_pos = copy->cp_dst_pos; in _nfsd_copy_file_range() local
1383 bytes_copied = nfsd_copy_file_range(src, src_pos, dst, dst_pos, in _nfsd_copy_file_range()
1390 dst_pos += bytes_copied; in _nfsd_copy_file_range()
/fs/nfs/
Dnfs42proc.c292 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy()
396 .dst_pos = pos_dst, in nfs42_proc_copy()
Dnfs42xdr.c306 encode_uint64(xdr, args->dst_pos); in encode_copy()
667 p = xdr_encode_hyper(p, args->dst_pos); in encode_copy_commit()