Lines Matching defs:sunos_nfs_args
26 struct sunos_nfs_args { struct
27 struct sockaddr_in *addr; /* file server address */
28 void * fh; /* file handle to be mounted */
29 int flags; /* flags */
30 int wsize; /* write size in bytes */
31 int rsize; /* read size in bytes */
32 int timeo; /* initial timeout in .1 secs */
33 int retrans; /* times to retry send */
34 sunos_charp hostname; /* server's hostname */
35 int acregmin; /* attr cache file min secs */
36 int acregmax; /* attr cache file max secs */
37 int acdirmin; /* attr cache dir min secs */
38 int acdirmax; /* attr cache dir max secs */
39 sunos_charp netname; /* server's netname */
40 struct pathcnf *pathconf; /* static pathconf kludge */