HomeSort by: relevance | last modified time | path
    Searched refs:fc_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
fssvar.h 130 fss_cache_type fc_type; /* Current state */ member in struct:fss_cache
fss.c 553 sc->sc_cache[i].fc_type = FSS_CACHE_FREE;
1008 if (scp->fc_type == FSS_CACHE_VALID) {
1013 } else if (scp->fc_type == FSS_CACHE_BUSY) {
1022 if (scp->fc_type == FSS_CACHE_FREE) {
1023 scp->fc_type = FSS_CACHE_BUSY;
1074 scp->fc_type = (error ? FSS_CACHE_FREE : FSS_CACHE_VALID);
1224 if (scp->fc_type != FSS_CACHE_VALID)
1243 scp->fc_type = FSS_CACHE_FREE;
1339 if (scp->fc_type == FSS_CACHE_VALID &&

Completed in 13 milliseconds