Searched refs:pos_dst (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/nfs/ |
D | nfs42proc.c | 255 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument 265 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit() 328 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local 397 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy() 402 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy() 412 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument 423 .dst_pos = pos_dst, in nfs42_proc_copy()
|