diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/fscache/internal.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fs/fscache/internal.h b/fs/fscache/internal.h index e0cbd16f6dc9..1c341304621f 100644 --- a/fs/fscache/internal.h +++ b/fs/fscache/internal.h | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | #define FSCACHE_MAX_THREADS 32 | 28 | #define FSCACHE_MAX_THREADS 32 |
| 29 | 29 | ||
| 30 | /* | 30 | /* |
| 31 | * fsc-cache.c | 31 | * cache.c |
| 32 | */ | 32 | */ |
| 33 | extern struct list_head fscache_cache_list; | 33 | extern struct list_head fscache_cache_list; |
| 34 | extern struct rw_semaphore fscache_addremove_sem; | 34 | extern struct rw_semaphore fscache_addremove_sem; |
| @@ -37,7 +37,7 @@ extern struct fscache_cache *fscache_select_cache_for_object( | |||
| 37 | struct fscache_cookie *); | 37 | struct fscache_cookie *); |
| 38 | 38 | ||
| 39 | /* | 39 | /* |
| 40 | * fsc-cookie.c | 40 | * cookie.c |
| 41 | */ | 41 | */ |
| 42 | extern struct kmem_cache *fscache_cookie_jar; | 42 | extern struct kmem_cache *fscache_cookie_jar; |
| 43 | 43 | ||
| @@ -45,13 +45,13 @@ extern void fscache_cookie_init_once(void *); | |||
| 45 | extern void __fscache_cookie_put(struct fscache_cookie *); | 45 | extern void __fscache_cookie_put(struct fscache_cookie *); |
| 46 | 46 | ||
| 47 | /* | 47 | /* |
| 48 | * fsc-fsdef.c | 48 | * fsdef.c |
| 49 | */ | 49 | */ |
| 50 | extern struct fscache_cookie fscache_fsdef_index; | 50 | extern struct fscache_cookie fscache_fsdef_index; |
| 51 | extern struct fscache_cookie_def fscache_fsdef_netfs_def; | 51 | extern struct fscache_cookie_def fscache_fsdef_netfs_def; |
| 52 | 52 | ||
| 53 | /* | 53 | /* |
| 54 | * fsc-histogram.c | 54 | * histogram.c |
| 55 | */ | 55 | */ |
| 56 | #ifdef CONFIG_FSCACHE_HISTOGRAM | 56 | #ifdef CONFIG_FSCACHE_HISTOGRAM |
| 57 | extern atomic_t fscache_obj_instantiate_histogram[HZ]; | 57 | extern atomic_t fscache_obj_instantiate_histogram[HZ]; |
| @@ -75,7 +75,7 @@ extern const struct file_operations fscache_histogram_fops; | |||
| 75 | #endif | 75 | #endif |
| 76 | 76 | ||
| 77 | /* | 77 | /* |
| 78 | * fsc-main.c | 78 | * main.c |
| 79 | */ | 79 | */ |
| 80 | extern unsigned fscache_defer_lookup; | 80 | extern unsigned fscache_defer_lookup; |
| 81 | extern unsigned fscache_defer_create; | 81 | extern unsigned fscache_defer_create; |
| @@ -86,14 +86,14 @@ extern int fscache_wait_bit(void *); | |||
| 86 | extern int fscache_wait_bit_interruptible(void *); | 86 | extern int fscache_wait_bit_interruptible(void *); |
| 87 | 87 | ||
| 88 | /* | 88 | /* |
| 89 | * fsc-object.c | 89 | * object.c |
| 90 | */ | 90 | */ |
| 91 | extern void fscache_withdrawing_object(struct fscache_cache *, | 91 | extern void fscache_withdrawing_object(struct fscache_cache *, |
| 92 | struct fscache_object *); | 92 | struct fscache_object *); |
| 93 | extern void fscache_enqueue_object(struct fscache_object *); | 93 | extern void fscache_enqueue_object(struct fscache_object *); |
| 94 | 94 | ||
| 95 | /* | 95 | /* |
| 96 | * fsc-operation.c | 96 | * operation.c |
| 97 | */ | 97 | */ |
| 98 | extern int fscache_submit_exclusive_op(struct fscache_object *, | 98 | extern int fscache_submit_exclusive_op(struct fscache_object *, |
| 99 | struct fscache_operation *); | 99 | struct fscache_operation *); |
| @@ -104,7 +104,7 @@ extern void fscache_start_operations(struct fscache_object *); | |||
| 104 | extern void fscache_operation_gc(struct work_struct *); | 104 | extern void fscache_operation_gc(struct work_struct *); |
| 105 | 105 | ||
| 106 | /* | 106 | /* |
| 107 | * fsc-proc.c | 107 | * proc.c |
| 108 | */ | 108 | */ |
| 109 | #ifdef CONFIG_PROC_FS | 109 | #ifdef CONFIG_PROC_FS |
| 110 | extern int __init fscache_proc_init(void); | 110 | extern int __init fscache_proc_init(void); |
| @@ -115,7 +115,7 @@ extern void fscache_proc_cleanup(void); | |||
| 115 | #endif | 115 | #endif |
| 116 | 116 | ||
| 117 | /* | 117 | /* |
| 118 | * fsc-stats.c | 118 | * stats.c |
| 119 | */ | 119 | */ |
| 120 | #ifdef CONFIG_FSCACHE_STATS | 120 | #ifdef CONFIG_FSCACHE_STATS |
| 121 | extern atomic_t fscache_n_ops_processed[FSCACHE_MAX_THREADS]; | 121 | extern atomic_t fscache_n_ops_processed[FSCACHE_MAX_THREADS]; |
