Example #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._attributes = new PostOperationAttributes(xdr);
     this._count = xdr.xdrDecodeInt();
     this._eof = xdr.xdrDecodeBoolean();
     this._data = xdr.xdrDecodeDynamicOpaque();
 }
Example #2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._attributes = new PostOperationAttributes(xdr);
     this._count      = xdr.xdrDecodeInt();
     this._eof        = xdr.xdrDecodeBoolean();
     this._data       = xdr.xdrDecodeDynamicOpaque();
 }
Example #3
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._handle = new NFSHandle();
     this._handle.Version = V3.RPC.NFSv3Protocol.NFS_V3;
     this._handle.xdrDecode(xdr);
     this._attributes = new PostOperationAttributes(xdr);
     this._dir_wcc = new WritingData(xdr);
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj = new NFSHandle();
     this._obj.Version = V3.RPC.NFSv3Protocol.NFS_V3;
     this._obj.xdrDecode(xdr);
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._dir_attributes = new PostOperationAttributes(xdr);
 }
Example #5
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj         = new NFSHandle();
     this._obj.Version = V3.RPC.NFSv3Protocol.NFS_V3;
     this._obj.xdrDecode(xdr);
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._dir_attributes = new PostOperationAttributes(xdr);
 }
Example #6
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._handle         = new NFSHandle();
     this._handle.Version = V3.RPC.NFSv3Protocol.NFS_V3;
     this._handle.xdrDecode(xdr);
     this._attributes = new PostOperationAttributes(xdr);
     this._dir_wcc    = new WritingData(xdr);
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._linkmax = xdr.xdrDecodeInt();
     this._name_max = xdr.xdrDecodeInt();
     this._no_trunc = xdr.xdrDecodeBoolean();
     this._chown_restricted = xdr.xdrDecodeBoolean();
     this._case_insensitive = xdr.xdrDecodeBoolean();
     this._case_preserving = xdr.xdrDecodeBoolean();
 }
Example #8
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj_attributes   = new PostOperationAttributes(xdr);
     this._linkmax          = xdr.xdrDecodeInt();
     this._name_max         = xdr.xdrDecodeInt();
     this._no_trunc         = xdr.xdrDecodeBoolean();
     this._chown_restricted = xdr.xdrDecodeBoolean();
     this._case_insensitive = xdr.xdrDecodeBoolean();
     this._case_preserving  = xdr.xdrDecodeBoolean();
 }
Example #9
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._tbytes         = xdr.xdrDecodeLong();
     this._fbytes         = xdr.xdrDecodeLong();
     this._abytes         = xdr.xdrDecodeLong();
     this._tfiles         = xdr.xdrDecodeLong();
     this._ffiles         = xdr.xdrDecodeLong();
     this._afiles         = xdr.xdrDecodeLong();
     this._invarsec       = xdr.xdrDecodeInt();
 }
Example #10
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._tbytes = xdr.xdrDecodeLong();
     this._fbytes = xdr.xdrDecodeLong();
     this._abytes = xdr.xdrDecodeLong();
     this._tfiles = xdr.xdrDecodeLong();
     this._ffiles = xdr.xdrDecodeLong();
     this._afiles = xdr.xdrDecodeLong();
     this._invarsec = xdr.xdrDecodeInt();
 }
Example #11
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._rtmax = xdr.xdrDecodeInt();
     this._rtpref = xdr.xdrDecodeInt();
     this._rtmult = xdr.xdrDecodeInt();
     this._wtmax = xdr.xdrDecodeInt();
     this._wtpref = xdr.xdrDecodeInt();
     this._wtmult = xdr.xdrDecodeInt();
     this._dtpref = xdr.xdrDecodeInt();
     this._maxfilesize = xdr.xdrDecodeLong();
     this._time_delta = new NFSTimeValue(xdr);
     this._properties = xdr.xdrDecodeInt();
 }
Example #12
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._rtmax          = xdr.xdrDecodeInt();
     this._rtpref         = xdr.xdrDecodeInt();
     this._rtmult         = xdr.xdrDecodeInt();
     this._wtmax          = xdr.xdrDecodeInt();
     this._wtpref         = xdr.xdrDecodeInt();
     this._wtmult         = xdr.xdrDecodeInt();
     this._dtpref         = xdr.xdrDecodeInt();
     this._maxfilesize    = xdr.xdrDecodeLong();
     this._time_delta     = new NFSTimeValue(xdr);
     this._properties     = xdr.xdrDecodeInt();
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._dir_attributes = new PostOperationAttributes(xdr);
     this._cookieverf = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_COOKIEVERFSIZE);
     this._reply = new FolderList(xdr);
 }
 public void xdrDecode(XdrDecodingStream xdr)
 { this._obj_attributes = new PostOperationAttributes(xdr); }
Example #15
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_attributes = new PostOperationAttributes(xdr);
     this._linkdir_wcc = new WritingData(xdr);
 }
Example #16
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._dir_attributes = new PostOperationAttributes(xdr);
 }
Example #17
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._dir_attributes = new PostOperationAttributes(xdr);
     this._cookieverf     = xdr.xdrDecodeOpaque(NFSv3Protocol.NFS3_COOKIEVERFSIZE);
     this._reply          = new ItemAccessOK(xdr);
 }
Example #18
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._symlink_attributes = new PostOperationAttributes(xdr);
     this._data = new Name(xdr);
 }
Example #19
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._before = new PreOperationAttributes(xdr);
     this._after  = new PostOperationAttributes(xdr);
 }
Example #20
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._access = xdr.xdrDecodeInt();
 }
Example #21
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._obj_attributes = new PostOperationAttributes(xdr);
     this._access         = xdr.xdrDecodeInt();
 }
Example #22
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._before = new PreOperationAttributes(xdr);
     this._after = new PostOperationAttributes(xdr);
 }
Example #23
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._file_attributes = new PostOperationAttributes(xdr);
     this._linkdir_wcc     = new WritingData(xdr);
 }
Example #24
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._symlink_attributes = new PostOperationAttributes(xdr);
     this._data = new Name(xdr);
 }