Home
last modified time | relevance | path

Searched refs:fscache_operation (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/linux/
Dfscache-cache.h30 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;
[all …]
/linux-4.4.14/fs/fscache/
Doperation.c23 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel()
35 void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init()
60 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
94 struct fscache_operation *op) in fscache_run_op()
111 struct fscache_operation *op, in fscache_report_unexpected_submission()
115 struct fscache_operation *p; in fscache_report_unexpected_submission()
150 struct fscache_operation *op) in fscache_submit_exclusive_op()
234 struct fscache_operation *op) in fscache_submit_op()
323 struct fscache_operation *op; in fscache_start_operations()
328 struct fscache_operation, pend_link); in fscache_start_operations()
[all …]
Dinternal.h124 struct fscache_operation *);
126 struct fscache_operation *);
127 extern int fscache_cancel_op(struct fscache_operation *, bool);
138 struct fscache_operation *,
Dpage.c173 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op()
199 struct fscache_operation *op; in __fscache_attr_changed()
254 static void fscache_do_cancel_retrieval(struct fscache_operation *_op) in fscache_do_cancel_retrieval()
265 static void fscache_release_retrieval_op(struct fscache_operation *_op) in fscache_release_retrieval_op()
357 struct fscache_operation *op, in fscache_wait_for_operation_activation()
758 static void fscache_release_write_op(struct fscache_operation *_op) in fscache_release_write_op()
766 static void fscache_write_op(struct fscache_operation *_op) in fscache_write_op()
Dcookie.c656 struct fscache_operation *op; in __fscache_check_consistency()
Dobject.c939 struct fscache_operation *op; in _fscache_invalidate_object()
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt26 fscache_operation structs, though these are usually embedded into some other
40 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)
Dbackend-api.txt155 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;
322 int (*invalidate_object)(struct fscache_operation *op)
567 void fscache_op_complete(struct fscache_operation *op);
/linux-4.4.14/fs/cachefiles/
Dinterface.c390 static bool cachefiles_check_consistency(struct fscache_operation *op) in cachefiles_check_consistency()
484 static void cachefiles_invalidate_object(struct fscache_operation *op) in cachefiles_invalidate_object()
Drdwr.c149 static void cachefiles_read_copier(struct fscache_operation *_op) in cachefiles_read_copier()