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);
77 typedef void (*fscache_operation_cancel_t)(struct fscache_operation *op);
89 struct fscache_operation { struct
123 extern void fscache_enqueue_operation(struct fscache_operation *); argument
124 extern void fscache_op_complete(struct fscache_operation *, bool);
125 extern void fscache_put_operation(struct fscache_operation *);
126 extern void fscache_operation_init(struct fscache_operation *,
135 struct fscache_operation op;
210 struct fscache_operation op;
244 bool (*check_consistency)(struct fscache_operation *op);
250 void (*invalidate_object)(struct fscache_operation *op);