Changeset 55439c70 in rtems


Ignore:
Timestamp:
04/18/05 03:40:56 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a9a6845
Parents:
1af76095
Message:

More updates from FreeBSD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/nfsclient/nfsargs.h

    r1af76095 r55439c70  
    7171#define NFSMNT_RSIZE            0x00000004  /* set read size */
    7272#define NFSMNT_TIMEO            0x00000008  /* set initial timeout */
    73 #define NFSMNT_RETRANS          0x00000010  /* set number of request retrys */
     73#define NFSMNT_RETRANS          0x00000010  /* set number of request retries */
    7474#define NFSMNT_MAXGRPS          0x00000020  /* set maximum grouplist size */
    7575#define NFSMNT_INT              0x00000040  /* allow interrupts on hard mount */
    7676#define NFSMNT_NOCONN           0x00000080  /* Don't Connect the socket */
    77 #define NFSMNT_NQNFS            0x00000100  /* Use Nqnfs protocol */
     77/* 0x100 free, was NFSMNT_NQNFS */
    7878#define NFSMNT_NFSV3            0x00000200  /* Use NFS Version 3 protocol */
    79 #define NFSMNT_KERB             0x00000400  /* Use Kerberos authentication */
     79/* 0x400 free, was NFSMNT_KERB */
    8080#define NFSMNT_DUMBTIMR         0x00000800  /* Don't estimate rtt dynamically */
    81 #define NFSMNT_LEASETERM        0x00001000  /* set lease term (nqnfs) */
     81/* 0x1000 free, was NFSMNT_LEASETERM */
    8282#define NFSMNT_READAHEAD        0x00002000  /* set read ahead */
    8383#define NFSMNT_DEADTHRESH       0x00004000  /* set dead server retry thresh */
     
    8585#define NFSMNT_RDIRPLUS         0x00010000  /* Use Readdirplus for V3 */
    8686#define NFSMNT_READDIRSIZE      0x00020000  /* Set readdir size */
    87 #define NFSMNT_INTERNAL         0xfffc0000  /* Bits set internally */
    88 #define NFSMNT_HASWRITEVERF     0x00040000  /* Has write verifier for V3 */
    89 #define NFSMNT_GOTPATHCONF      0x00080000  /* Got the V3 pathconf info */
    90 #define NFSMNT_GOTFSINFO        0x00100000  /* Got the V3 fsinfo */
    91 #define NFSMNT_MNTD             0x00200000  /* Mnt server for mnt point */
    92 #define NFSMNT_DISMINPROG       0x00400000  /* Dismount in progress */
    93 #define NFSMNT_DISMNT           0x00800000  /* Dismounted */
    94 #define NFSMNT_SNDLOCK          0x01000000  /* Send socket lock */
    95 #define NFSMNT_WANTSND          0x02000000  /* Want above */
    96 #define NFSMNT_RCVLOCK          0x04000000  /* Rcv socket lock */
    97 #define NFSMNT_WANTRCV          0x08000000  /* Want above */
    98 #define NFSMNT_WAITAUTH         0x10000000  /* Wait for authentication */
    99 #define NFSMNT_HASAUTH          0x20000000  /* Has authenticator */
    100 #define NFSMNT_WANTAUTH         0x40000000  /* Wants an authenticator */
    101 #define NFSMNT_AUTHERR          0x80000000  /* Authentication error */
     87#define NFSMNT_ACREGMIN         0x00040000
     88#define NFSMNT_ACREGMAX         0x00080000
     89#define NFSMNT_ACDIRMIN         0x00100000
     90#define NFSMNT_ACDIRMAX         0x00200000
     91#define NFSMNT_NOLOCKD          0x00400000 /* Locks are local */
     92#define NFSMNT_NFSV4            0x00800000 /* Use NFS Version 4 protocol */
     93#define NFSMNT_HASWRITEVERF     0x01000000 /* NFSv4 Write verifier */
    10294
    10395#endif
Note: See TracChangeset for help on using the changeset viewer.