Searched refs:pos_dst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs42proc.c | 248 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() 292 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local 360 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy() 366 pos_dst >> PAGE_SHIFT, in _nfs42_proc_copy() 367 (pos_dst + res->write_res.count - 1) >> PAGE_SHIFT)); in _nfs42_proc_copy() 385 struct file *dst, loff_t pos_dst, size_t count, in nfs42_proc_copy() 396 .dst_pos = pos_dst, in nfs42_proc_copy() 384 nfs42_proc_copy(struct file *src, loff_t pos_src, struct file *dst, loff_t pos_dst, size_t count, struct nl4_server *nss, nfs4_stateid *cnr_stateid, bool sync) nfs42_proc_copy() argument
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs42proc.c | 256 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() 424 .dst_pos = pos_dst, in nfs42_proc_copy() 412 nfs42_proc_copy(struct file *src, loff_t pos_src, struct file *dst, loff_t pos_dst, size_t count, struct nl4_server *nss, nfs4_stateid *cnr_stateid, bool sync) nfs42_proc_copy() argument
|
Completed in 6 milliseconds