Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dnfs42proc.c195 static int process_copy_commit(struct file *dst, loff_t pos_dst, in process_copy_commit() argument
205 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
234 loff_t pos_dst = args->dst_pos; in _nfs42_proc_copy() local
290 status = process_copy_commit(dst, pos_dst, res); in _nfs42_proc_copy()
295 truncate_pagecache_range(dst_inode, pos_dst, in _nfs42_proc_copy()
296 pos_dst + res->write_res.count); in _nfs42_proc_copy()
306 struct file *dst, loff_t pos_dst, in nfs42_proc_copy() argument
316 .dst_pos = pos_dst, in nfs42_proc_copy()