Package org.deepsymmetry.cratedigger.rpc
Interface nfs
-
public interface nfs
A collection of constants used by the "nfs" ONC/RPC program.
-
-
Field Summary
Fields Modifier and Type Field Description static int
COOKIESIZE
static int
FHSIZE
static int
MAXDATA
static int
MAXNAMLEN
static int
MAXPATHLEN
static int
NFS_PROGRAM
static int
NFS_VERSION
static int
NFSPROC_CREATE_2
static int
NFSPROC_GETATTR_2
static int
NFSPROC_LINK_2
static int
NFSPROC_LOOKUP_2
static int
NFSPROC_MKDIR_2
static int
NFSPROC_NULL_2
static int
NFSPROC_READ_2
static int
NFSPROC_READDIR_2
static int
NFSPROC_READLINK_2
static int
NFSPROC_REMOVE_2
static int
NFSPROC_RENAME_2
static int
NFSPROC_RMDIR_2
static int
NFSPROC_ROOT_2
static int
NFSPROC_SETATTR_2
static int
NFSPROC_STATFS_2
static int
NFSPROC_SYMLINK_2
static int
NFSPROC_WRITE_2
static int
NFSPROC_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
-
-