Home
last modified time | relevance | path

Searched refs:fscache_operation_cancel_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h85 typedef void (*fscache_operation_cancel_t)(struct fscache_operation *op); typedef
122 fscache_operation_cancel_t cancel;
137 fscache_operation_cancel_t,
/OK3568_Linux_fs/kernel/fs/fscache/
H A Doperation.c34 fscache_operation_cancel_t cancel, in fscache_operation_init()