Home
last modified time | relevance | path

Searched refs:FSCACHE_OBJECT_EV_ERROR (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/fs/fscache/
Dobject.c176 (1 << FSCACHE_OBJECT_EV_ERROR); in fscache_object_state_machine()
182 (1 << FSCACHE_OBJECT_EV_ERROR)); in fscache_object_state_machine()
215 (1 << FSCACHE_OBJECT_EV_ERROR)); in fscache_object_state_machine()
230 (1 << FSCACHE_OBJECT_EV_ERROR)); in fscache_object_state_machine()
258 case FSCACHE_OBJECT_EV_ERROR: in fscache_object_state_machine()
275 case FSCACHE_OBJECT_EV_ERROR: in fscache_object_state_machine()
300 case FSCACHE_OBJECT_EV_ERROR: in fscache_object_state_machine()
367 if (object->events & ((1 << FSCACHE_OBJECT_EV_ERROR) | in fscache_initialise_object()
469 if (test_bit(FSCACHE_OBJECT_EV_ERROR, &object->events)) in fscache_lookup_object()
Doperation.c249 fscache_raise_event(object, FSCACHE_OBJECT_EV_ERROR); in fscache_abort_object()
/linux-3.4.99/include/linux/
Dfscache-cache.h349 #define FSCACHE_OBJECT_EV_ERROR 3 /* T if fatal error occurred during processing */ macro
454 set_bit(FSCACHE_OBJECT_EV_ERROR, &object->events); in fscache_object_lookup_error()
/linux-3.4.99/Documentation/filesystems/caching/
Dobject.txt292 (*) FSCACHE_OBJECT_EV_ERROR