write_res 152 fs/nfs/nfs42proc.c if (memcmp(&res->write_res.stateid, &tmp_copy->stateid, write_res 166 fs/nfs/nfs42proc.c memcpy(©->stateid, &res->write_res.stateid, NFS4_STATEID_SIZE); write_res 184 fs/nfs/nfs42proc.c res->write_res.count = copy->count; write_res 185 fs/nfs/nfs42proc.c memcpy(&res->write_res.verifier, ©->verf, sizeof(copy->verf)); write_res 206 fs/nfs/nfs42proc.c status = nfs4_proc_commit(dst, pos_dst, res->write_res.count, &cres); write_res 209 fs/nfs/nfs42proc.c if (nfs_write_verifier_cmp(&res->write_res.verifier.verifier, write_res 276 fs/nfs/nfs42proc.c nfs_write_verifier_cmp(&res->write_res.verifier.verifier, write_res 290 fs/nfs/nfs42proc.c res->write_res.verifier.committed != NFS_FILE_SYNC) { write_res 297 fs/nfs/nfs42proc.c pos_dst + res->write_res.count); write_res 299 fs/nfs/nfs42proc.c status = res->write_res.count; write_res 519 fs/nfs/nfs42xdr.c status = decode_write_response(xdr, &res->write_res); write_res 1450 include/linux/nfs_xdr.h struct nfs42_write_res write_res;