Lines Matching defs:nfs_args
124 struct nfs_args { struct
125 int version; /* args structure version number */
126 struct sockaddr *addr; /* file server address */
127 int addrlen; /* length of address */
128 int sotype; /* Socket type */
129 int proto; /* and Protocol */
130 u_char *fh; /* File handle to be mounted */
131 int fhsize; /* Size, in bytes, of fh */
132 int flags; /* flags */
133 int wsize; /* write size in bytes */
134 int rsize; /* read size in bytes */
135 int readdirsize; /* readdir size in bytes */
136 int timeo; /* initial timeout in .1 secs */
137 int retrans; /* times to retry send */
138 int maxgrouplist; /* Max. size of group list */
139 int readahead; /* # of blocks to readahead */
140 int unused01; /* Term (sec) of lease */
141 int deadthresh; /* Retrans threshold */
142 char *hostname; /* server's name */
143 int acregmin; /* cache attrs for reg files min time */
144 int acregmax; /* cache attrs for reg files max time */
145 int acdirmin; /* cache attrs for dirs min time */
146 int acdirmax; /* cache attrs for dirs max time */