Searched defs:nfsmount_common (Results 1 – 1 of 1) sorted by relevance
42 struct nfsmount_common { struct43 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 */