Searched refs:wr_bytes_written (Results 1 – 4 of 4) sorted by relevance
416 u32 wr_bytes_written; /* response */ member531 u64 wr_bytes_written; member
1180 write->wr_bytes_written = cnt; in nfsd4_write()1619 copy->cp_res.wr_bytes_written += bytes_copied; in _nfsd_copy_file_range()1624 if (nfsd4_copy_is_async(copy) && copy->cp_res.wr_bytes_written > 0) { in _nfsd_copy_file_range()1626 end = copy->cp_dst_pos + copy->cp_res.wr_bytes_written - 1; in _nfsd_copy_file_range()1648 if (bytes < 0 && !copy->cp_res.wr_bytes_written) in nfsd4_do_copy()1960 os->count = copy->cp_res.wr_bytes_written; in nfsd4_offload_status()
772 p = xdr_encode_hyper(p, cbo->co_res.wr_bytes_written); in encode_offload_info4()
1459 write->wr_bytes_written = 0; in nfsd4_decode_write()4481 *p++ = cpu_to_be32(write->wr_bytes_written); in nfsd4_encode_write()4814 p = xdr_encode_hyper(p, write->wr_bytes_written); in nfsd42_encode_write_res()
Completed in 27 milliseconds