• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/afs/

Lines Matching refs:cookie_netfs_data

15 static uint16_t afs_cell_cache_get_key(const void *cookie_netfs_data,
17 static uint16_t afs_cell_cache_get_aux(const void *cookie_netfs_data,
19 static enum fscache_checkaux afs_cell_cache_check_aux(void *cookie_netfs_data,
23 static uint16_t afs_vlocation_cache_get_key(const void *cookie_netfs_data,
25 static uint16_t afs_vlocation_cache_get_aux(const void *cookie_netfs_data,
28 void *cookie_netfs_data, const void *buffer, uint16_t buflen);
30 static uint16_t afs_volume_cache_get_key(const void *cookie_netfs_data,
33 static uint16_t afs_vnode_cache_get_key(const void *cookie_netfs_data,
35 static void afs_vnode_cache_get_attr(const void *cookie_netfs_data,
37 static uint16_t afs_vnode_cache_get_aux(const void *cookie_netfs_data,
39 static enum fscache_checkaux afs_vnode_cache_check_aux(void *cookie_netfs_data,
42 static void afs_vnode_cache_now_uncached(void *cookie_netfs_data);
84 static uint16_t afs_cell_cache_get_key(const void *cookie_netfs_data,
87 const struct afs_cell *cell = cookie_netfs_data;
103 static uint16_t afs_cell_cache_get_aux(const void *cookie_netfs_data,
106 const struct afs_cell *cell = cookie_netfs_data;
122 static enum fscache_checkaux afs_cell_cache_check_aux(void *cookie_netfs_data,
134 static uint16_t afs_vlocation_cache_get_key(const void *cookie_netfs_data,
137 const struct afs_vlocation *vlocation = cookie_netfs_data;
155 static uint16_t afs_vlocation_cache_get_aux(const void *cookie_netfs_data,
158 const struct afs_vlocation *vlocation = cookie_netfs_data;
178 enum fscache_checkaux afs_vlocation_cache_check_aux(void *cookie_netfs_data,
183 struct afs_vlocation *vlocation = cookie_netfs_data;
227 static uint16_t afs_volume_cache_get_key(const void *cookie_netfs_data,
230 const struct afs_volume *volume = cookie_netfs_data;
250 static uint16_t afs_vnode_cache_get_key(const void *cookie_netfs_data,
253 const struct afs_vnode *vnode = cookie_netfs_data;
273 static void afs_vnode_cache_get_attr(const void *cookie_netfs_data,
276 const struct afs_vnode *vnode = cookie_netfs_data;
288 static uint16_t afs_vnode_cache_get_aux(const void *cookie_netfs_data,
291 const struct afs_vnode *vnode = cookie_netfs_data;
314 static enum fscache_checkaux afs_vnode_cache_check_aux(void *cookie_netfs_data,
318 struct afs_vnode *vnode = cookie_netfs_data;
370 static void afs_vnode_cache_now_uncached(void *cookie_netfs_data)
372 struct afs_vnode *vnode = cookie_netfs_data;