Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfscache-cache.h84 typedef void (*fscache_operation_processor_t)(struct fscache_operation *op); typedef
119 fscache_operation_processor_t processor;
136 fscache_operation_processor_t,
/Linux-v5.4/Documentation/filesystems/caching/
Doperations.txt48 fscache_operation_processor_t processor;
/Linux-v5.4/fs/fscache/
Doperation.c33 fscache_operation_processor_t processor, in fscache_operation_init()