Lines Matching refs:fscache_operation
30 struct fscache_operation;
75 typedef void (*fscache_operation_release_t)(struct fscache_operation *op);
76 typedef void (*fscache_operation_processor_t)(struct fscache_operation *op);
88 struct fscache_operation { struct
119 extern void fscache_enqueue_operation(struct fscache_operation *); argument
120 extern void fscache_op_complete(struct fscache_operation *, bool);
121 extern void fscache_put_operation(struct fscache_operation *);
131 static inline void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init()
148 struct fscache_operation op;
222 struct fscache_operation op;
256 bool (*check_consistency)(struct fscache_operation *op);
262 void (*invalidate_object)(struct fscache_operation *op);