Searched defs:mntinfo4 (Results 1 – 1 of 1) sorted by relevance
951 typedef struct mntinfo4 { struct952 kmutex_t mi_lock; /* protects mntinfo4 fields */ argument953 struct servinfo4 *mi_servers; /* server list */954 struct servinfo4 *mi_curr_serv; /* current server */955 struct nfs4_sharedfh *mi_rootfh; /* root filehandle */956 struct nfs4_sharedfh *mi_srvparentfh; /* root's parent on server */957 kcondvar_t mi_failover_cv; /* failover synchronization */958 struct vfs *mi_vfsp; /* back pointer to vfs */959 enum vtype mi_type; /* file type of the root vnode */960 uint_t mi_flags; /* see below */[all …]