Searched defs:sunos_nfs_args (Results 1 – 1 of 1) sorted by relevance
26 struct sunos_nfs_args { struct27 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 */[all …]