OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025