Home
last modified time | relevance | path

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

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