Home
last modified time | relevance | path

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

/fs/nfs/
Dnfs42proc.c248 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
258 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
321 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
389 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
394 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
404 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument
415 .dst_pos = pos_dst, in nfs42_proc_copy()