• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/

Lines Matching refs:decode_op_hdr

2596 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected)
3580 status = decode_op_hdr(xdr, OP_ACCESS);
3618 status = decode_op_hdr(xdr, OP_CLOSE);
3635 status = decode_op_hdr(xdr, OP_COMMIT);
3647 status = decode_op_hdr(xdr, OP_CREATE);
3670 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3696 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3728 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3757 status = decode_op_hdr(xdr, OP_GETATTR);
3877 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3912 status = decode_op_hdr(xdr, OP_GETFH);
3937 status = decode_op_hdr(xdr, OP_LINK);
3982 status = decode_op_hdr(xdr, OP_LOCK);
4001 status = decode_op_hdr(xdr, OP_LOCKT);
4011 status = decode_op_hdr(xdr, OP_LOCKU);
4021 return decode_op_hdr(xdr, OP_RELEASE_LOCKOWNER);
4026 return decode_op_hdr(xdr, OP_LOOKUP);
4097 status = decode_op_hdr(xdr, OP_OPEN);
4137 status = decode_op_hdr(xdr, OP_OPEN_CONFIRM);
4149 status = decode_op_hdr(xdr, OP_OPEN_DOWNGRADE);
4159 return decode_op_hdr(xdr, OP_PUTFH);
4164 return decode_op_hdr(xdr, OP_PUTROOTFH);
4174 status = decode_op_hdr(xdr, OP_READ);
4210 status = decode_op_hdr(xdr, OP_READDIR);
4304 status = decode_op_hdr(xdr, OP_READLINK);
4345 status = decode_op_hdr(xdr, OP_REMOVE);
4358 status = decode_op_hdr(xdr, OP_RENAME);
4370 return decode_op_hdr(xdr, OP_RENEW);
4376 return decode_op_hdr(xdr, OP_RESTOREFH);
4389 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
4424 return decode_op_hdr(xdr, OP_SAVEFH);
4433 status = decode_op_hdr(xdr, OP_SETATTR);
4502 return decode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM);
4510 status = decode_op_hdr(xdr, OP_WRITE);
4528 return decode_op_hdr(xdr, OP_DELEGRETURN);
4541 status = decode_op_hdr(xdr, OP_EXCHANGE_ID);
4631 status = decode_op_hdr(xdr, OP_CREATE_SESSION);
4656 return decode_op_hdr(xdr, OP_DESTROY_SESSION);
4661 return decode_op_hdr(xdr, OP_RECLAIM_COMPLETE);
4679 status = decode_op_hdr(xdr, OP_SEQUENCE);