RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros
nfsargs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  nfs_args
 

Macros

#define NFSMNT_SOFT   0x00000001 /* soft mount (hard is default) */
 
#define NFSMNT_WSIZE   0x00000002 /* set write size */
 
#define NFSMNT_RSIZE   0x00000004 /* set read size */
 
#define NFSMNT_TIMEO   0x00000008 /* set initial timeout */
 
#define NFSMNT_RETRANS   0x00000010 /* set number of request retries */
 
#define NFSMNT_MAXGRPS   0x00000020 /* set maximum grouplist size */
 
#define NFSMNT_INT   0x00000040 /* allow interrupts on hard mount */
 
#define NFSMNT_NOCONN   0x00000080 /* Don't Connect the socket */
 
#define NFSMNT_NFSV3   0x00000200 /* Use NFS Version 3 protocol */
 
#define NFSMNT_DUMBTIMR   0x00000800 /* Don't estimate rtt dynamically */
 
#define NFSMNT_READAHEAD   0x00002000 /* set read ahead */
 
#define NFSMNT_DEADTHRESH   0x00004000 /* set dead server retry thresh */
 
#define NFSMNT_RESVPORT   0x00008000 /* Allocate a reserved port */
 
#define NFSMNT_RDIRPLUS   0x00010000 /* Use Readdirplus for V3 */
 
#define NFSMNT_READDIRSIZE   0x00020000 /* Set readdir size */
 
#define NFSMNT_ACREGMIN   0x00040000
 
#define NFSMNT_ACREGMAX   0x00080000
 
#define NFSMNT_ACDIRMIN   0x00100000
 
#define NFSMNT_ACDIRMAX   0x00200000
 
#define NFSMNT_NOLOCKD   0x00400000 /* Locks are local */
 
#define NFSMNT_NFSV4   0x00800000 /* Use NFS Version 4 protocol */
 
#define NFSMNT_HASWRITEVERF   0x01000000 /* NFSv4 Write verifier */