Lines Matching defs:decode_op_hdr
3211 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)
4265 status = decode_op_hdr(xdr, OP_ACCESS);
4321 status = decode_op_hdr(xdr, OP_CLOSE);
4344 status = decode_op_hdr(xdr, OP_COMMIT);
4358 status = decode_op_hdr(xdr, OP_CREATE);
4379 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4411 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4448 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4706 status = decode_op_hdr(xdr, OP_GETATTR);
4841 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4903 status = decode_op_hdr(xdr, OP_GETFH);
4925 status = decode_op_hdr(xdr, OP_LINK);
4968 status = decode_op_hdr(xdr, OP_LOCK);
4987 status = decode_op_hdr(xdr, OP_LOCKT);
4997 status = decode_op_hdr(xdr, OP_LOCKU);
5007 return decode_op_hdr(xdr, OP_RELEASE_LOCKOWNER);
5012 return decode_op_hdr(xdr, OP_LOOKUP);
5017 return decode_op_hdr(xdr, OP_LOOKUPP);
5157 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
5169 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
5179 return decode_op_hdr(xdr, OP_PUTFH);
5184 return decode_op_hdr(xdr, OP_PUTROOTFH);
5194 status = decode_op_hdr(xdr, OP_READ);
5219 status = decode_op_hdr(xdr, OP_READDIR);
5237 status = decode_op_hdr(xdr, OP_READLINK);
5271 status = decode_op_hdr(xdr, OP_REMOVE);
5284 status = decode_op_hdr(xdr, OP_RENAME);
5296 return decode_op_hdr(xdr, OP_RENEW);
5302 return decode_op_hdr(xdr, OP_RESTOREFH);
5314 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
5351 return decode_op_hdr(xdr, OP_SAVEFH);
5358 status = decode_op_hdr(xdr, OP_SETATTR);
5417 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
5425 status = decode_op_hdr(xdr, OP_WRITE);
5439 return decode_op_hdr(xdr, OP_DELEGRETURN);
5509 int status = decode_op_hdr(xdr, OP_SECINFO);
5518 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME);
5552 status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
5676 status = decode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION);
5704 status = decode_op_hdr(xdr, OP_CREATE_SESSION);
5726 return decode_op_hdr(xdr, OP_DESTROY_SESSION);
5731 return decode_op_hdr(xdr, OP_DESTROY_CLIENTID);
5736 return decode_op_hdr(xdr, OP_RECLAIM_COMPLETE);
5756 status = decode_op_hdr(xdr, OP_SEQUENCE);
5824 status = decode_op_hdr(xdr, OP_GETDEVICEINFO);
5887 status = decode_op_hdr(xdr, OP_LAYOUTGET);
5956 status = decode_op_hdr(xdr, OP_LAYOUTRETURN);
5978 status = decode_op_hdr(xdr, OP_LAYOUTCOMMIT);
6004 status = decode_op_hdr(xdr, OP_TEST_STATEID);
6026 res->status = decode_op_hdr(xdr, OP_FREE_STATEID);