Home
last modified time | relevance | path

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

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