Package org.deepsymmetry.cratedigger.rpc
Interface nfs
-
public interface nfsA collection of constants used by the "nfs" ONC/RPC program.
-
-
Field Summary
Fields Modifier and Type Field Description static intCOOKIESIZEstatic intFHSIZEstatic intMAXDATAstatic intMAXNAMLENstatic intMAXPATHLENstatic intNFS_PROGRAMstatic intNFS_VERSIONstatic intNFSPROC_CREATE_2static intNFSPROC_GETATTR_2static intNFSPROC_LINK_2static intNFSPROC_LOOKUP_2static intNFSPROC_MKDIR_2static intNFSPROC_NULL_2static intNFSPROC_READ_2static intNFSPROC_READDIR_2static intNFSPROC_READLINK_2static intNFSPROC_REMOVE_2static intNFSPROC_RENAME_2static intNFSPROC_RMDIR_2static intNFSPROC_ROOT_2static intNFSPROC_SETATTR_2static intNFSPROC_STATFS_2static intNFSPROC_SYMLINK_2static intNFSPROC_WRITE_2static intNFSPROC_WRITECACHE_2
-
-
-
Field Detail
-
NFSPROC_READ_2
static final int NFSPROC_READ_2
- See Also:
- Constant Field Values
-
NFSPROC_RMDIR_2
static final int NFSPROC_RMDIR_2
- See Also:
- Constant Field Values
-
NFSPROC_RENAME_2
static final int NFSPROC_RENAME_2
- See Also:
- Constant Field Values
-
NFS_PROGRAM
static final int NFS_PROGRAM
- See Also:
- Constant Field Values
-
MAXPATHLEN
static final int MAXPATHLEN
- See Also:
- Constant Field Values
-
COOKIESIZE
static final int COOKIESIZE
- See Also:
- Constant Field Values
-
NFSPROC_SETATTR_2
static final int NFSPROC_SETATTR_2
- See Also:
- Constant Field Values
-
FHSIZE
static final int FHSIZE
- See Also:
- Constant Field Values
-
NFSPROC_READDIR_2
static final int NFSPROC_READDIR_2
- See Also:
- Constant Field Values
-
NFSPROC_CREATE_2
static final int NFSPROC_CREATE_2
- See Also:
- Constant Field Values
-
NFSPROC_NULL_2
static final int NFSPROC_NULL_2
- See Also:
- Constant Field Values
-
NFSPROC_LINK_2
static final int NFSPROC_LINK_2
- See Also:
- Constant Field Values
-
NFSPROC_WRITECACHE_2
static final int NFSPROC_WRITECACHE_2
- See Also:
- Constant Field Values
-
NFSPROC_REMOVE_2
static final int NFSPROC_REMOVE_2
- See Also:
- Constant Field Values
-
NFSPROC_LOOKUP_2
static final int NFSPROC_LOOKUP_2
- See Also:
- Constant Field Values
-
NFSPROC_STATFS_2
static final int NFSPROC_STATFS_2
- See Also:
- Constant Field Values
-
NFSPROC_MKDIR_2
static final int NFSPROC_MKDIR_2
- See Also:
- Constant Field Values
-
MAXDATA
static final int MAXDATA
- See Also:
- Constant Field Values
-
NFS_VERSION
static final int NFS_VERSION
- See Also:
- Constant Field Values
-
MAXNAMLEN
static final int MAXNAMLEN
- See Also:
- Constant Field Values
-
NFSPROC_GETATTR_2
static final int NFSPROC_GETATTR_2
- See Also:
- Constant Field Values
-
NFSPROC_WRITE_2
static final int NFSPROC_WRITE_2
- See Also:
- Constant Field Values
-
NFSPROC_READLINK_2
static final int NFSPROC_READLINK_2
- See Also:
- Constant Field Values
-
NFSPROC_SYMLINK_2
static final int NFSPROC_SYMLINK_2
- See Also:
- Constant Field Values
-
NFSPROC_ROOT_2
static final int NFSPROC_ROOT_2
- See Also:
- Constant Field Values
-
-