Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dnfs42proc.c348 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
358 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
426 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
498 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
503 nfs42_copy_dest_done(dst, pos_dst, res->write_res.count, oldsize_dst); in _nfs42_proc_copy()
513 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument
524 .dst_pos = pos_dst, in nfs42_proc_copy()