Searched refs:pos_dst (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/nfs/ |
D | nfs42proc.c | 198 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument 208 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit() 237 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local 293 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy() 299 pos_dst >> PAGE_SHIFT, in _nfs42_proc_copy() 300 (pos_dst + res->write_res.count - 1) >> PAGE_SHIFT)); in _nfs42_proc_copy() 310 struct file *dst, loff_t pos_dst, in nfs42_proc_copy() argument 320 .dst_pos = pos_dst, in nfs42_proc_copy()
|