Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfscache-cache.h88 typedef void (*fscache_operation_processor_t)(struct fscache_operation *op); typedef
123 fscache_operation_processor_t processor;
140 fscache_operation_processor_t,
/Linux-v4.19/Documentation/filesystems/caching/
Doperations.txt48 fscache_operation_processor_t processor;
/Linux-v4.19/fs/fscache/
Doperation.c37 fscache_operation_processor_t processor, in fscache_operation_init()