Go to the documentation of this file.
7 #ifndef _UAPI_LINUX_NFS_H
8 #define _UAPI_LINUX_NFS_H
10 #define NFS_PROGRAM 100003
12 #define NFS_MAXDATA 8192
13 #define NFS_MAXPATHLEN 1024
14 #define NFS_MAXNAMLEN 255
15 #define NFS_MAXGROUPS 16
17 #define NFS_COOKIESIZE 4
18 #define NFS_FIFO_DEV (-1)
19 #define NFSMODE_FMT 0170000
20 #define NFSMODE_DIR 0040000
21 #define NFSMODE_CHR 0020000
22 #define NFSMODE_BLK 0060000
23 #define NFSMODE_REG 0100000
24 #define NFSMODE_LNK 0120000
25 #define NFSMODE_SOCK 0140000
26 #define NFSMODE_FIFO 0010000
28 #define NFS_MNT_PROGRAM 100005
29 #define NFS_MNT_VERSION 1
30 #define NFS_MNT3_VERSION 3
32 #define NFS_PIPE_DIRNAME "nfs"