Home
last modified time | relevance | path

Searched defs:nfs_args (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/vfs/nfs/
H A Dnfs.h124 struct nfs_args { struct
125 int version; /* args structure version number */
126 struct sockaddr *addr; /* file server address */
127 int addrlen; /* length of address */
128 int sotype; /* Socket type */
129 int proto; /* and Protocol */
130 u_char *fh; /* File handle to be mounted */
131 int fhsize; /* Size, in bytes, of fh */
132 int flags; /* flags */
133 int wsize; /* write size in bytes */
[all …]