Searched defs:fss_cache (Results 1 – 1 of 1) sorted by relevance
129 struct fss_cache { struct130 fss_cache_type fc_type; /* Current state */ argument131 u_int32_t fc_cluster; /* Cluster number of this entry */132 kcondvar_t fc_state_cv; /* Signals state change from busy */133 void * fc_data; /* Data */