Searched defs:fss_softc (Results 1 – 1 of 1) sorted by relevance
143 struct fss_softc { struct144 device_t sc_dev; /* Self */145 kmutex_t sc_slock; /* Protect this softc */146 kcondvar_t sc_work_cv; /* Signals work for the kernel thread */147 kcondvar_t sc_cache_cv; /* Signals free cache slot */148 fss_state_t sc_state; /* Current state */149 volatile int sc_flags; /* Flags */155 int sc_uflags; /* User visible flags */156 struct disk *sc_dkdev; /* Generic disk device info */157 struct mount *sc_mount; /* Mount point */[all …]