Home
last modified time | relevance | path

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

/linux-5.19.10/fs/nfs/
Dnfs42proc.c191 if (memcmp(&res->write_res.stateid, &iter->stateid, in handle_async_copy()
205 memcpy(&copy->stateid, &res->write_res.stateid, NFS4_STATEID_SIZE); in handle_async_copy()
236 res->write_res.count = copy->count; in handle_async_copy()
237 memcpy(&res->write_res.verifier, &copy->verf, sizeof(copy->verf)); in handle_async_copy()
260 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
263 if (nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in process_copy_commit()
377 nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in _nfs42_proc_copy()
391 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
397 nfs42_copy_dest_done(dst_inode, pos_dst, res->write_res.count); in _nfs42_proc_copy()
399 status = res->write_res.count; in _nfs42_proc_copy()
Dnfs4trace.h2299 be32_to_cpu(res->write_res.stateid.seqid);
2301 nfs_stateid_hash(&res->write_res.stateid);
2302 __entry->res_count = res->write_res.count;
Dnfs42xdr.c974 status = decode_write_response(xdr, &res->write_res); in decode_copy()
/linux-5.19.10/include/linux/
Dnfs_xdr.h1476 struct nfs42_write_res write_res; member