Lines Matching defs:nfs_mount_data
26 struct nfs_mount_data { struct
27 int version; /* 1 */
28 int fd; /* 1 */
29 struct nfs2_fh old_root; /* 1 */
30 int flags; /* 1 */
31 int rsize; /* 1 */
32 int wsize; /* 1 */
33 int timeo; /* 1 */
34 int retrans; /* 1 */
35 int acregmin; /* 1 */
36 int acregmax; /* 1 */
37 int acdirmin; /* 1 */
38 int acdirmax; /* 1 */
39 struct sockaddr_in addr; /* 1 */
40 char hostname[NFS_MAXNAMLEN + 1]; /* 1 */
41 int namlen; /* 2 */
42 unsigned int bsize; /* 3 */
43 struct nfs3_fh root; /* 4 */
44 int pseudoflavor; /* 5 */
45 char context[NFS_MAX_CONTEXT_LEN + 1]; /* 6 */