Searched refs:fscache_operation (Results 1 – 7 of 7) sorted by relevance
31 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()65 struct fscache_operation *op) in fscache_run_op()81 struct fscache_operation *op) in fscache_submit_exclusive_op()136 struct fscache_operation *op, in fscache_report_unexpected_submission()140 struct fscache_operation *p; in fscache_report_unexpected_submission()181 struct fscache_operation *op) in fscache_submit_op()258 struct fscache_operation *op; in fscache_start_operations()263 struct fscache_operation, pend_link); in fscache_start_operations()286 int fscache_cancel_op(struct fscache_operation *op) in fscache_cancel_op()317 void fscache_put_operation(struct fscache_operation *op) in fscache_put_operation()[all …]
121 struct fscache_operation *);123 struct fscache_operation *);124 extern int fscache_cancel_op(struct fscache_operation *);
148 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op()173 struct fscache_operation *op; in __fscache_attr_changed()219 static void fscache_release_retrieval_op(struct fscache_operation *_op) in fscache_release_retrieval_op()637 static void fscache_release_write_op(struct fscache_operation *_op) in fscache_release_write_op()645 static void fscache_write_op(struct fscache_operation *_op) in fscache_write_op()
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);78 struct fscache_operation { struct108 extern void fscache_enqueue_operation(struct fscache_operation *); argument109 extern void fscache_put_operation(struct fscache_operation *);119 static inline void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init()135 struct fscache_operation op;195 struct fscache_operation op;
26 fscache_operation structs, though these are usually embedded into some other40 An operation is recorded in an fscache_operation struct:42 struct fscache_operation {55 void fscache_operation_init(struct fscache_operation *op,149 struct fscache_operation *op);152 struct fscache_operation *op);169 void fscache_put_operation(struct fscache_operation *op);189 void fscache_enqueue_operation(struct fscache_operation *op)203 static void fscache_write_op(struct fscache_operation *_op)
155 struct fscache_operation {160 void (*processor)(struct fscache_operation *op);161 void (*release)(struct fscache_operation *op);179 struct fscache_operation op;204 struct fscache_operation op;
148 static void cachefiles_read_copier(struct fscache_operation *_op) in cachefiles_read_copier()