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