Lines Matching refs:decode_op_hdr

3210 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)  in decode_op_hdr()  function
4243 status = decode_op_hdr(xdr, OP_ACCESS); in decode_access()
4299 status = decode_op_hdr(xdr, OP_CLOSE); in decode_close()
4321 status = decode_op_hdr(xdr, OP_COMMIT); in decode_commit()
4333 status = decode_op_hdr(xdr, OP_CREATE); in decode_create()
4354 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_server_caps()
4386 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_statfs()
4423 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_pathconf()
4681 status = decode_op_hdr(xdr, OP_GETATTR); in decode_getfattr_generic()
4816 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_fsinfo()
4873 status = decode_op_hdr(xdr, OP_GETFH); in decode_getfh()
4895 status = decode_op_hdr(xdr, OP_LINK); in decode_link()
4938 status = decode_op_hdr(xdr, OP_LOCK); in decode_lock()
4957 status = decode_op_hdr(xdr, OP_LOCKT); in decode_lockt()
4967 status = decode_op_hdr(xdr, OP_LOCKU); in decode_locku()
4977 return decode_op_hdr(xdr, OP_RELEASE_LOCKOWNER); in decode_release_lockowner()
4982 return decode_op_hdr(xdr, OP_LOOKUP); in decode_lookup()
4987 return decode_op_hdr(xdr, OP_LOOKUPP); in decode_lookupp()
5127 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM); in decode_open_confirm()
5139 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE); in decode_open_downgrade()
5149 return decode_op_hdr(xdr, OP_PUTFH); in decode_putfh()
5154 return decode_op_hdr(xdr, OP_PUTROOTFH); in decode_putrootfh()
5164 status = decode_op_hdr(xdr, OP_READ); in decode_read()
5189 status = decode_op_hdr(xdr, OP_READDIR); in decode_readdir()
5207 status = decode_op_hdr(xdr, OP_READLINK); in decode_readlink()
5241 status = decode_op_hdr(xdr, OP_REMOVE); in decode_remove()
5254 status = decode_op_hdr(xdr, OP_RENAME); in decode_rename()
5266 return decode_op_hdr(xdr, OP_RENEW); in decode_renew()
5272 return decode_op_hdr(xdr, OP_RESTOREFH); in decode_restorefh()
5285 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0) in decode_getacl()
5325 return decode_op_hdr(xdr, OP_SAVEFH); in decode_savefh()
5332 status = decode_op_hdr(xdr, OP_SETATTR); in decode_setattr()
5391 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM); in decode_setclientid_confirm()
5399 status = decode_op_hdr(xdr, OP_WRITE); in decode_write()
5413 return decode_op_hdr(xdr, OP_DELEGRETURN); in decode_delegreturn()
5483 int status = decode_op_hdr(xdr, OP_SECINFO); in decode_secinfo()
5492 int status = decode_op_hdr(xdr, OP_SECINFO_NO_NAME); in decode_secinfo_no_name()
5526 status = decode_op_hdr(xdr, OP_EXCHANGE_ID); in decode_exchange_id()
5650 status = decode_op_hdr(xdr, OP_BIND_CONN_TO_SESSION); in decode_bind_conn_to_session()
5678 status = decode_op_hdr(xdr, OP_CREATE_SESSION); in decode_create_session()
5700 return decode_op_hdr(xdr, OP_DESTROY_SESSION); in decode_destroy_session()
5705 return decode_op_hdr(xdr, OP_DESTROY_CLIENTID); in decode_destroy_clientid()
5710 return decode_op_hdr(xdr, OP_RECLAIM_COMPLETE); in decode_reclaim_complete()
5730 status = decode_op_hdr(xdr, OP_SEQUENCE); in decode_sequence()
5798 status = decode_op_hdr(xdr, OP_GETDEVICEINFO); in decode_getdeviceinfo()
5861 status = decode_op_hdr(xdr, OP_LAYOUTGET); in decode_layoutget()
5930 status = decode_op_hdr(xdr, OP_LAYOUTRETURN); in decode_layoutreturn()
5952 status = decode_op_hdr(xdr, OP_LAYOUTCOMMIT); in decode_layoutcommit()
5978 status = decode_op_hdr(xdr, OP_TEST_STATEID); in decode_test_stateid()
6000 res->status = decode_op_hdr(xdr, OP_FREE_STATEID); in decode_free_stateid()