Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs42xdr.c159 encode_uint64(xdr, args->dst_pos); in encode_copy()
264 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()
/linux-4.19.296/fs/nfsd/
Dvfs.c555 u64 dst_pos, u64 count) in nfsd4_clone_file_range() argument
557 return nfserrno(vfs_clone_file_range(src, src_pos, dst, dst_pos, in nfsd4_clone_file_range()
562 u64 dst_pos, u64 count) in nfsd_copy_file_range() argument
574 return vfs_copy_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd_copy_file_range()
/linux-4.19.296/fs/
Dread_write.c2054 struct file *dst_file, loff_t dst_pos, u64 len) in vfs_dedupe_file_range_one() argument
2062 ret = clone_verify_area(dst_file, dst_pos, len, true); in vfs_dedupe_file_range_one()
2083 dst_file, dst_pos, len); in vfs_dedupe_file_range_one()
/linux-4.19.296/include/linux/
Dnfs_xdr.h1388 u64 dst_pos; member
Dfs.h1856 struct file *dst_file, loff_t dst_pos,