Searched defs:nfs_args (Results 1 – 2 of 2) sorted by relevance
73 struct nfs_args { struct74 struct sockaddr_in *addr; /* file server address */75 caddr_t fh; /* File handle to be mounted */76 int flags; /* flags */77 int wsize; /* write size in bytes */78 int rsize; /* read size in bytes */79 int timeo; /* initial timeout in .1 secs */80 int retrans; /* times to retry send */81 char *hostname; /* server's hostname */82 int acregmin; /* attr cache file min secs */[all …]
67 struct nfs_args { struct84 int nfs_args_ext; /* the nfs_args extension id */ argument99 struct nfs_args_extA32 nfs_extA; /* nfs_args extension v1 */ argument