Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs42proc.c256 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
266 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
329 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
398 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
403 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
413 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() argument
424 .dst_pos = pos_dst, in nfs42_proc_copy()