~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to fs/afs/cache.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
}
99
99
 
100
100
/*
101
 
 * provide new auxilliary cache data
 
101
 * provide new auxiliary cache data
102
102
 */
103
103
static uint16_t afs_cell_cache_get_aux(const void *cookie_netfs_data,
104
104
                                       void *buffer, uint16_t bufmax)
117
117
}
118
118
 
119
119
/*
120
 
 * check that the auxilliary data indicates that the entry is still valid
 
120
 * check that the auxiliary data indicates that the entry is still valid
121
121
 */
122
122
static enum fscache_checkaux afs_cell_cache_check_aux(void *cookie_netfs_data,
123
123
                                                      const void *buffer,
150
150
}
151
151
 
152
152
/*
153
 
 * provide new auxilliary cache data
 
153
 * provide new auxiliary cache data
154
154
 */
155
155
static uint16_t afs_vlocation_cache_get_aux(const void *cookie_netfs_data,
156
156
                                            void *buffer, uint16_t bufmax)
172
172
}
173
173
 
174
174
/*
175
 
 * check that the auxilliary data indicates that the entry is still valid
 
175
 * check that the auxiliary data indicates that the entry is still valid
176
176
 */
177
177
static
178
178
enum fscache_checkaux afs_vlocation_cache_check_aux(void *cookie_netfs_data,
283
283
}
284
284
 
285
285
/*
286
 
 * provide new auxilliary cache data
 
286
 * provide new auxiliary cache data
287
287
 */
288
288
static uint16_t afs_vnode_cache_get_aux(const void *cookie_netfs_data,
289
289
                                        void *buffer, uint16_t bufmax)
309
309
}
310
310
 
311
311
/*
312
 
 * check that the auxilliary data indicates that the entry is still valid
 
312
 * check that the auxiliary data indicates that the entry is still valid
313
313
 */
314
314
static enum fscache_checkaux afs_vnode_cache_check_aux(void *cookie_netfs_data,
315
315
                                                       const void *buffer,