Home
last modified time | relevance | path

Searched refs:fc_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/
H A Dfss.c553 sc->sc_cache[i].fc_type = FSS_CACHE_FREE; in fss_softc_alloc()
1008 if (scp->fc_type == FSS_CACHE_VALID) { in fss_read_cluster()
1013 } else if (scp->fc_type == FSS_CACHE_BUSY) { in fss_read_cluster()
1022 if (scp->fc_type == FSS_CACHE_FREE) { in fss_read_cluster()
1023 scp->fc_type = FSS_CACHE_BUSY; in fss_read_cluster()
1074 scp->fc_type = (error ? FSS_CACHE_FREE : FSS_CACHE_VALID); in fss_read_cluster()
1224 if (scp->fc_type != FSS_CACHE_VALID) in fss_bs_thread()
1243 scp->fc_type = FSS_CACHE_FREE; in fss_bs_thread()
1339 if (scp->fc_type == FSS_CACHE_VALID && in fss_bs_thread()
H A Dfssvar.h130 fss_cache_type fc_type; /* Current state */ member