Lines Matching defs:nfs_args
42 struct nfs_args { struct
43 int version; /* args structure version number */
44 struct sockaddr *addr; /* file server address */
45 int addrlen; /* length of address */
46 int sotype; /* Socket type */
47 int proto; /* and Protocol */
48 u_char *fh; /* File handle to be mounted */
49 int fhsize; /* Size, in bytes, of fh */
50 int flags; /* flags */
51 int wsize; /* write size in bytes */
52 int rsize; /* read size in bytes */
53 int readdirsize; /* readdir size in bytes */
54 int timeo; /* initial timeout in .1 secs */
55 int retrans; /* times to retry send */
56 int maxgrouplist; /* Max. size of group list */
57 int readahead; /* # of blocks to readahead */
58 int wcommitsize; /* Max. write commit size in bytes */
59 int deadthresh; /* Retrans threshold */
60 char *hostname; /* server's name */
61 int acregmin; /* cache attrs for reg files min time */
62 int acregmax; /* cache attrs for reg files max time */
63 int acdirmin; /* cache attrs for dirs min time */
64 int acdirmax; /* cache attrs for dirs max time */