示例#1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     cookie       = new nfs_cookie4(xdr);
     cookieverf   = new verifier4(xdr);
     dircount     = new count4(xdr);
     maxcount     = new count4(xdr);
     attr_request = new bitmap4(xdr);
 }
示例#2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     cookie = new nfs_cookie4(xdr);
     cookieverf = new verifier4(xdr);
     dircount = new count4(xdr);
     maxcount = new count4(xdr);
     attr_request = new bitmap4(xdr);
 }
示例#3
0
 public void xdrDecode(XdrDecodingStream xdr){
     ca_headerpadsize = new count4(xdr);
     ca_maxrequestsize = new count4(xdr);
     ca_maxresponsesize = new count4(xdr);
     ca_maxresponsesize_cached = new count4(xdr);
     ca_maxoperations = new count4(xdr);
     ca_maxrequests = new count4(xdr);
     { int size = xdr.xdrDecodeInt(); ca_rdma_ird = new uint32_t[size]; for ( int idx = 0; idx < size; ++idx ) { ca_rdma_ird[idx] = new uint32_t(xdr); } }
 }
示例#4
0
 public void xdrDecode(XdrDecodingStream xdr) {
     loga_layout_type = xdr.xdrDecodeInt();
     loga_iomode = xdr.xdrDecodeInt();
     loga_offset = new offset4(xdr);
     loga_length = new length4(xdr);
     loga_minlength = new length4(xdr);
     loga_stateid = new stateid4(xdr);
     loga_maxcount = new count4(xdr);
 }
示例#5
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     loga_layout_type = xdr.xdrDecodeInt();
     loga_iomode = xdr.xdrDecodeInt();
     loga_offset = new offset4(xdr);
     loga_length = new length4(xdr);
     loga_minlength = new length4(xdr);
     loga_stateid = new stateid4(xdr);
     loga_maxcount = new count4(xdr);
 }
示例#6
0
 public void xdrDecode(XdrDecodingStream xdr) {
     gdir_status = xdr.xdrDecodeInt();
     switch ( gdir_status ) {
     case nfsstat4.NFS4_OK:
         gdir_resok4 = new GETDEVICEINFO4resok(xdr);
         break;
     case nfsstat4.NFS4ERR_TOOSMALL:
         gdir_mincount = new count4(xdr);
         break;
     default:
         break;
     }
 }
示例#7
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     ca_headerpadsize          = new count4(xdr);
     ca_maxrequestsize         = new count4(xdr);
     ca_maxresponsesize        = new count4(xdr);
     ca_maxresponsesize_cached = new count4(xdr);
     ca_maxoperations          = new count4(xdr);
     ca_maxrequests            = new count4(xdr);
     { int size = xdr.xdrDecodeInt(); ca_rdma_ird = new uint32_t[size]; for (int idx = 0; idx < size; ++idx)
       {
           ca_rdma_ird[idx] = new uint32_t(xdr);
       }
     }
 }
示例#8
0
        public void xdrDecode(XdrDecodingStream xdr)
        {
            gdir_status = xdr.xdrDecodeInt();
            switch (gdir_status)
            {
                case nfsstat4.NFS4_OK:
                    gdir_resok4 = new GETDEVICEINFO4resok(xdr);
                    break;

                case nfsstat4.NFS4ERR_TOOSMALL:
                    gdir_mincount = new count4(xdr);
                    break;

                default:
                    break;
            }
        }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     nflh_util         = new nfl_util4(xdr);
     nflh_stripe_count = new count4(xdr);
 }
示例#10
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     stateid = new stateid4(xdr);
     offset = new offset4(xdr);
     count = new count4(xdr);
 }
示例#11
0
 public void xdrDecode(XdrDecodingStream xdr) {
     gdia_layout_type = xdr.xdrDecodeInt();
     gdia_maxcount = new count4(xdr);
     gdia_notify_types = new bitmap4(xdr);
 }
示例#12
0
 public void xdrDecode(XdrDecodingStream xdr) {
     gdla_maxdevices = new count4(xdr);
     gdla_cookie = new nfs_cookie4(xdr);
     gdla_cookieverf = new verifier4(xdr);
 }
示例#13
0
 public void xdrDecode(XdrDecodingStream xdr) {
     count = new count4(xdr);
 }
示例#14
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     stateid = new stateid4(xdr);
     offset = new offset4(xdr);
     count = new count4(xdr);
 }
示例#15
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     gdia_layout_type  = xdr.xdrDecodeInt();
     gdia_maxcount     = new count4(xdr);
     gdia_notify_types = new bitmap4(xdr);
 }
示例#16
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     gdla_maxdevices = new count4(xdr);
     gdla_cookie     = new nfs_cookie4(xdr);
     gdla_cookieverf = new verifier4(xdr);
 }
示例#17
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     count     = new count4(xdr);
     committed = xdr.xdrDecodeInt();
     writeverf = new verifier4(xdr);
 }
示例#18
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     count = new count4(xdr);
 }
 public void xdrDecode(XdrDecodingStream xdr) {
     nflh_util = new nfl_util4(xdr);
     nflh_stripe_count = new count4(xdr);
 }
示例#20
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     count = new count4(xdr);
     committed = xdr.xdrDecodeInt();
     writeverf = new verifier4(xdr);
 }