Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4proc.c1384 write->wr_bytes_written = cnt; in nfsd4_write()
2006 copy->cp_res.wr_bytes_written += bytes_copied; in _nfsd_copy_file_range()
2011 if (nfsd4_copy_is_async(copy) && copy->cp_res.wr_bytes_written > 0) { in _nfsd_copy_file_range()
2012 end = copy->cp_dst_pos + copy->cp_res.wr_bytes_written - 1; in _nfsd_copy_file_range()
2036 if (bytes < 0 && !copy->cp_res.wr_bytes_written) in nfsd4_do_copy()
2178 if (copy->cp_res.wr_bytes_written > 0 && copy->attr_update) in nfsd4_do_async_copy()
2284 copy->cp_res.wr_bytes_written > 0) in nfsd4_copy()
2483 os->count = copy->cp_copy.cp_res.wr_bytes_written; in nfsd4_offload_status()
H A Dxdr4.h573 u32 wr_bytes_written; /* response */ member
721 u64 wr_bytes_written; member
H A Dnfs4callback.c1051 p = xdr_encode_hyper(p, cbo->co_res.wr_bytes_written); in encode_offload_info4()
H A Dnfs4xdr.c1616 write->wr_bytes_written = 0; in nfsd4_decode_write()
5623 nfserr = nfsd4_encode_count4(xdr, write->wr_bytes_written); in nfsd4_encode_write()
6062 status = nfsd4_encode_length4(xdr, write->wr_bytes_written); in nfsd4_encode_write_response4()