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