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, in afs_cell_cache_get_key() argument
87 const struct afs_cell *cell = cookie_netfs_data; in afs_cell_cache_get_key()
103 static uint16_t afs_cell_cache_get_aux(const void *cookie_netfs_data, in afs_cell_cache_get_aux() argument
106 const struct afs_cell *cell = cookie_netfs_data; in afs_cell_cache_get_aux()
122 static enum fscache_checkaux afs_cell_cache_check_aux(void *cookie_netfs_data, in afs_cell_cache_check_aux() argument
134 static uint16_t afs_vlocation_cache_get_key(const void *cookie_netfs_data, in afs_vlocation_cache_get_key() argument
137 const struct afs_vlocation *vlocation = cookie_netfs_data; in afs_vlocation_cache_get_key()
155 static uint16_t afs_vlocation_cache_get_aux(const void *cookie_netfs_data, in afs_vlocation_cache_get_aux() argument
158 const struct afs_vlocation *vlocation = cookie_netfs_data; in afs_vlocation_cache_get_aux()
178 enum fscache_checkaux afs_vlocation_cache_check_aux(void *cookie_netfs_data, in afs_vlocation_cache_check_aux() argument
183 struct afs_vlocation *vlocation = cookie_netfs_data; in afs_vlocation_cache_check_aux()
227 static uint16_t afs_volume_cache_get_key(const void *cookie_netfs_data, in afs_volume_cache_get_key() argument
230 const struct afs_volume *volume = cookie_netfs_data; in afs_volume_cache_get_key()
250 static uint16_t afs_vnode_cache_get_key(const void *cookie_netfs_data, in afs_vnode_cache_get_key() argument
253 const struct afs_vnode *vnode = cookie_netfs_data; in afs_vnode_cache_get_key()
273 static void afs_vnode_cache_get_attr(const void *cookie_netfs_data, in afs_vnode_cache_get_attr() argument
276 const struct afs_vnode *vnode = cookie_netfs_data; in afs_vnode_cache_get_attr()
288 static uint16_t afs_vnode_cache_get_aux(const void *cookie_netfs_data, in afs_vnode_cache_get_aux() argument
291 const struct afs_vnode *vnode = cookie_netfs_data; in afs_vnode_cache_get_aux()
314 static enum fscache_checkaux afs_vnode_cache_check_aux(void *cookie_netfs_data, in afs_vnode_cache_check_aux() argument
318 struct afs_vnode *vnode = cookie_netfs_data; in afs_vnode_cache_check_aux()
370 static void afs_vnode_cache_now_uncached(void *cookie_netfs_data) in afs_vnode_cache_now_uncached() argument
372 struct afs_vnode *vnode = cookie_netfs_data; in afs_vnode_cache_now_uncached()