Lines Matching defs:decode_op_hdr
3240 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)
4333 status = decode_op_hdr(xdr, OP_ACCESS);
4389 status = decode_op_hdr(xdr, OP_CLOSE);
4412 status = decode_op_hdr(xdr, OP_COMMIT);
4426 status = decode_op_hdr(xdr, OP_CREATE);
4447 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4483 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4520 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4775 status = decode_op_hdr(xdr, OP_GETATTR);
4929 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4996 status = decode_op_hdr(xdr, OP_GETFH);
5020 status = decode_op_hdr(xdr, OP_LINK);
5063 status = decode_op_hdr(xdr, OP_LOCK);
5082 status = decode_op_hdr(xdr, OP_LOCKT);
5092 status = decode_op_hdr(xdr, OP_LOCKU);
5102 return decode_op_hdr(xdr, OP_RELEASE_LOCKOWNER);
5107 return decode_op_hdr(xdr, OP_LOOKUP);
5112 return decode_op_hdr(xdr, OP_LOOKUPP);
5252 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
5264 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
5274 return decode_op_hdr(xdr, OP_PUTFH);
5279 return decode_op_hdr(xdr, OP_PUTROOTFH);
5289 status = decode_op_hdr(xdr, OP_READ);
5314 status = decode_op_hdr(xdr, OP_READDIR);
5332 status = decode_op_hdr(xdr, OP_READLINK);
5366 status = decode_op_hdr(xdr, OP_REMOVE);
5379 status = decode_op_hdr(xdr, OP_RENAME);
5391 return decode_op_hdr(xdr, OP_RENEW);
5397 return decode_op_hdr(xdr, OP_RESTOREFH);
5409 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
5459 return decode_op_hdr(xdr, OP_SAVEFH);
5466 status = decode_op_hdr(xdr, OP_SETATTR);
5525 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
5533 status = decode_op_hdr(xdr, OP_WRITE);
5547 return decode_op_hdr(xdr, OP_DELEGRETURN);
5617 int status = decode_op_hdr(xdr, OP_SECINFO);
5626 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME);
5649 status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
5773 status = decode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION);
5801 status = decode_op_hdr(xdr, OP_CREATE_SESSION);
5823 return decode_op_hdr(xdr, OP_DESTROY_SESSION);
5828 return decode_op_hdr(xdr, OP_DESTROY_CLIENTID);
5833 return decode_op_hdr(xdr, OP_RECLAIM_COMPLETE);
5853 status = decode_op_hdr(xdr, OP_SEQUENCE);
5921 status = decode_op_hdr(xdr, OP_GETDEVICEINFO);
5984 status = decode_op_hdr(xdr, OP_LAYOUTGET);
6053 status = decode_op_hdr(xdr, OP_LAYOUTRETURN);
6075 status = decode_op_hdr(xdr, OP_LAYOUTCOMMIT);
6101 status = decode_op_hdr(xdr, OP_TEST_STATEID);
6123 res->status = decode_op_hdr(xdr, OP_FREE_STATEID);