Lines Matching defs:nfs_args32
103 struct nfs_args32 { struct
104 caddr32_t addr; /* file server address */
105 caddr32_t syncaddr; /* secure NFS time sync addr */
106 caddr32_t knconf; /* transport netconfig struct */
107 caddr32_t hostname; /* server's hostname */
108 caddr32_t netname; /* server's netname */
109 caddr32_t fh; /* File handle to be mounted */
110 int32_t flags; /* flags */
111 int32_t wsize; /* write size in bytes */
112 int32_t rsize; /* read size in bytes */
113 int32_t timeo; /* initial timeout in .1 secs */
114 int32_t retrans; /* times to retry send */
115 int32_t acregmin; /* attr cache file min secs */
116 int32_t acregmax; /* attr cache file max secs */
117 int32_t acdirmin; /* attr cache dir min secs */
118 int32_t acdirmax; /* attr cache dir max secs */
119 caddr32_t pathconf; /* static pathconf kludge */
120 int32_t nfs_args_ext; /* the nfs_args extension id */
121 union nfs_ext32 nfs_ext_u; /* extension union structure */