diff options
Diffstat (limited to 'fs/fscache/internal.h')
-rw-r--r-- | fs/fscache/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h index b85cc8906818..50324ad2b194 100644 --- a/fs/fscache/internal.h +++ b/fs/fscache/internal.h | |||
@@ -112,6 +112,7 @@ extern int fscache_submit_exclusive_op(struct fscache_object *, | |||
112 | struct fscache_operation *); | 112 | struct fscache_operation *); |
113 | extern int fscache_submit_op(struct fscache_object *, | 113 | extern int fscache_submit_op(struct fscache_object *, |
114 | struct fscache_operation *); | 114 | struct fscache_operation *); |
115 | extern int fscache_cancel_op(struct fscache_operation *); | ||
115 | extern void fscache_abort_object(struct fscache_object *); | 116 | extern void fscache_abort_object(struct fscache_object *); |
116 | extern void fscache_start_operations(struct fscache_object *); | 117 | extern void fscache_start_operations(struct fscache_object *); |
117 | extern void fscache_operation_gc(struct work_struct *); | 118 | extern void fscache_operation_gc(struct work_struct *); |
@@ -140,6 +141,7 @@ extern atomic_t fscache_n_op_enqueue; | |||
140 | extern atomic_t fscache_n_op_deferred_release; | 141 | extern atomic_t fscache_n_op_deferred_release; |
141 | extern atomic_t fscache_n_op_release; | 142 | extern atomic_t fscache_n_op_release; |
142 | extern atomic_t fscache_n_op_gc; | 143 | extern atomic_t fscache_n_op_gc; |
144 | extern atomic_t fscache_n_op_cancelled; | ||
143 | 145 | ||
144 | extern atomic_t fscache_n_attr_changed; | 146 | extern atomic_t fscache_n_attr_changed; |
145 | extern atomic_t fscache_n_attr_changed_ok; | 147 | extern atomic_t fscache_n_attr_changed_ok; |
@@ -151,6 +153,7 @@ extern atomic_t fscache_n_allocs; | |||
151 | extern atomic_t fscache_n_allocs_ok; | 153 | extern atomic_t fscache_n_allocs_ok; |
152 | extern atomic_t fscache_n_allocs_wait; | 154 | extern atomic_t fscache_n_allocs_wait; |
153 | extern atomic_t fscache_n_allocs_nobufs; | 155 | extern atomic_t fscache_n_allocs_nobufs; |
156 | extern atomic_t fscache_n_allocs_intr; | ||
154 | extern atomic_t fscache_n_alloc_ops; | 157 | extern atomic_t fscache_n_alloc_ops; |
155 | extern atomic_t fscache_n_alloc_op_waits; | 158 | extern atomic_t fscache_n_alloc_op_waits; |
156 | 159 | ||