Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dxdr4.h413 u32 wr_bytes_written; /* response */ member
528 u64 wr_bytes_written; member
Dnfs4proc.c1046 write->wr_bytes_written = cnt; in nfsd4_write()
1532 copy->cp_res.wr_bytes_written += bytes_copied; in _nfsd_copy_file_range()
1537 if (!copy->cp_synchronous && copy->cp_res.wr_bytes_written > 0) { in _nfsd_copy_file_range()
1541 copy->cp_res.wr_bytes_written, 0); in _nfsd_copy_file_range()
1558 if (bytes < 0 && !copy->cp_res.wr_bytes_written) in nfsd4_do_copy()
1828 os->count = copy->cp_res.wr_bytes_written; in nfsd4_offload_status()
Dnfs4callback.c701 p = xdr_encode_hyper(p, cp->cp_res.wr_bytes_written); in encode_offload_info4()
Dnfs4xdr.c4336 *p++ = cpu_to_be32(write->wr_bytes_written); in nfsd4_encode_write()
4661 p = xdr_encode_hyper(p, write->wr_bytes_written); in nfsd42_encode_write_res()