Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fscache/
Dobject.c190 for (t = object->oob_table; t->events; t++) { in fscache_object_sm_dispatcher()
300 object->oob_table = fscache_osm_init_oob; in fscache_object_init()
322 for (t = object->oob_table; t->events; t++) in fscache_object_init()
449 object->oob_table = fscache_osm_lookup_oob; in fscache_look_up_object()
569 object->oob_table = fscache_osm_run_oob; in fscache_object_available()
/linux-4.4.14/include/linux/
Dfscache-cache.h338 const struct fscache_transition *oob_table; /* OOB state transition table */ member