Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dnfs42proc.c148 if (memcmp(&res->write_res.stateid, &copy->stateid, in handle_async_copy()
165 memcpy(&copy->stateid, &res->write_res.stateid, NFS4_STATEID_SIZE); in handle_async_copy()
183 res->write_res.count = copy->count; in handle_async_copy()
184 memcpy(&res->write_res.verifier, &copy->verf, sizeof(copy->verf)); in handle_async_copy()
205 status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); in process_copy_commit()
208 if (nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in process_copy_commit()
275 nfs_write_verifier_cmp(&res->write_res.verifier.verifier, in _nfs42_proc_copy()
289 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
296 pos_dst + res->write_res.count); in _nfs42_proc_copy()
298 status = res->write_res.count; in _nfs42_proc_copy()
Dnfs42xdr.c448 status = decode_write_response(xdr, &res->write_res); in decode_copy()
/Linux-v4.19/include/linux/
Dnfs_xdr.h1402 struct nfs42_write_res write_res; member