Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/nfs/common/
H A Dnfs_mountcommon.h44 struct nfsmount_common { struct
45 kmutex_t nmcom_mtx;
46 int nmcom_flag; /* Flags for soft/hard... */
47 int nmcom_state; /* Internal state flags */
48 struct mount *nmcom_mountp; /* Vfs structure for this filesystem */
49 int nmcom_timeo; /* Init timer for NFSMNT_DUMBTIMR */
50 int nmcom_retry; /* Max retries */
51 char nmcom_hostname[MNAMELEN]; /* server's name */
52 nfs_getinfofromvp_ftype *nmcom_getinfo; /* Get info from nfsnode */
53 nfs_vinvalbuf_ftype *nmcom_vinvalbuf; /* Invalidate buffers */