fscache_operation 30 include/linux/fscache-cache.h struct fscache_operation; fscache_operation 75 include/linux/fscache-cache.h typedef void (*fscache_operation_release_t)(struct fscache_operation *op); fscache_operation 76 include/linux/fscache-cache.h typedef void (*fscache_operation_processor_t)(struct fscache_operation *op); fscache_operation 119 include/linux/fscache-cache.h extern void fscache_enqueue_operation(struct fscache_operation *); fscache_operation 120 include/linux/fscache-cache.h extern void fscache_op_complete(struct fscache_operation *, bool); fscache_operation 121 include/linux/fscache-cache.h extern void fscache_put_operation(struct fscache_operation *); fscache_operation 131 include/linux/fscache-cache.h static inline void fscache_operation_init(struct fscache_operation *op, fscache_operation 148 include/linux/fscache-cache.h struct fscache_operation op; fscache_operation 222 include/linux/fscache-cache.h struct fscache_operation op; fscache_operation 256 include/linux/fscache-cache.h bool (*check_consistency)(struct fscache_operation *op); fscache_operation 262 include/linux/fscache-cache.h void (*invalidate_object)(struct fscache_operation *op);