Home
last modified time | relevance | path

Searched refs:fscache_operation_processor_t (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dfscache-cache.h76 typedef void (*fscache_operation_processor_t)(struct fscache_operation *op); typedef
111 fscache_operation_processor_t processor;
127 fscache_operation_processor_t,
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt48 fscache_operation_processor_t processor;
/linux-4.4.14/fs/fscache/
Doperation.c36 fscache_operation_processor_t processor, in fscache_operation_init()