Lines Matching defs:ultrix_nfs_args
315 struct ultrix_nfs_args { struct
316 struct osockaddr_in *addr; /* file server address */
317 void *fh; /* file handle to be mounted */
318 int flags; /* flags */
319 int wsize; /* write size in bytes */
320 int rsize; /* read size in bytes */
321 int timeo; /* initial timeout in .1 secs */
322 int retrans; /* times to retry send */
323 char *hostname; /* server's hostname */
324 char *optstr; /* string of nfs mount options*/
325 int gfs_flags; /* gnode flags (ugh) */
326 int pg_thresh; /* paging threshold ? */