Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fscache/
Dobject.c196 for (t = object->oob_table; t->events; t++) { in fscache_object_sm_dispatcher()
314 object->oob_table = fscache_osm_init_oob; in fscache_object_init()
337 for (t = object->oob_table; t->events; t++) in fscache_object_init()
464 object->oob_table = fscache_osm_lookup_oob; in fscache_look_up_object()
584 object->oob_table = fscache_osm_run_oob; in fscache_object_available()
/linux-4.19.296/include/linux/
Dfscache-cache.h352 const struct fscache_transition *oob_table; /* OOB state transition table */ member