Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h73 struct nfs_args { struct
74 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 …]
/titanic_41/usr/src/uts/common/nfs/
H A Dmount.h67 struct nfs_args { struct
84 int nfs_args_ext; /* the nfs_args extension id */ argument
99 struct nfs_args_extA32 nfs_extA; /* nfs_args extension v1 */ argument