Lines Matching refs:uint16_t
15 static uint16_t afs_cell_cache_get_key(const void *cookie_netfs_data,
16 void *buffer, uint16_t buflen);
17 static uint16_t afs_cell_cache_get_aux(const void *cookie_netfs_data,
18 void *buffer, uint16_t buflen);
21 uint16_t buflen);
23 static uint16_t afs_vlocation_cache_get_key(const void *cookie_netfs_data,
24 void *buffer, uint16_t buflen);
25 static uint16_t afs_vlocation_cache_get_aux(const void *cookie_netfs_data,
26 void *buffer, uint16_t buflen);
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,
31 void *buffer, uint16_t buflen);
33 static uint16_t afs_vnode_cache_get_key(const void *cookie_netfs_data,
34 void *buffer, uint16_t buflen);
37 static uint16_t afs_vnode_cache_get_aux(const void *cookie_netfs_data,
38 void *buffer, uint16_t buflen);
41 uint16_t buflen);
84 static uint16_t afs_cell_cache_get_key(const void *cookie_netfs_data, in afs_cell_cache_get_key()
85 void *buffer, uint16_t bufmax) in afs_cell_cache_get_key()
88 uint16_t klen; 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()
104 void *buffer, uint16_t bufmax) in afs_cell_cache_get_aux()
107 uint16_t dlen; in afs_cell_cache_get_aux()
124 uint16_t buflen) in afs_cell_cache_check_aux()
134 static uint16_t afs_vlocation_cache_get_key(const void *cookie_netfs_data, in afs_vlocation_cache_get_key()
135 void *buffer, uint16_t bufmax) in afs_vlocation_cache_get_key()
138 uint16_t klen; 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()
156 void *buffer, uint16_t bufmax) in afs_vlocation_cache_get_aux()
159 uint16_t dlen; in afs_vlocation_cache_get_aux()
180 uint16_t buflen) in afs_vlocation_cache_check_aux()
184 uint16_t dlen; 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()
228 void *buffer, uint16_t bufmax) in afs_volume_cache_get_key()
231 uint16_t klen; 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()
251 void *buffer, uint16_t bufmax) in afs_vnode_cache_get_key()
254 uint16_t klen; in afs_vnode_cache_get_key()
288 static uint16_t afs_vnode_cache_get_aux(const void *cookie_netfs_data, in afs_vnode_cache_get_aux()
289 void *buffer, uint16_t bufmax) in afs_vnode_cache_get_aux()
292 uint16_t dlen; in afs_vnode_cache_get_aux()
316 uint16_t buflen) in afs_vnode_cache_check_aux()
319 uint16_t dlen; in afs_vnode_cache_check_aux()