Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Doperations.rst48 fscache_operation_processor_t processor;
/kernel/linux/linux-5.10/fs/fscache/
Doperation.c33 fscache_operation_processor_t processor, in fscache_operation_init()