Home
last modified time | relevance | path

Searched defs:cookie_netfs_data (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/afs/
Dcache.c84 static uint16_t afs_cell_cache_get_key(const void *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()
122 static enum fscache_checkaux afs_cell_cache_check_aux(void *cookie_netfs_data, 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()
155 static uint16_t afs_vlocation_cache_get_aux(const void *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()
227 static uint16_t afs_volume_cache_get_key(const void *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()
273 static void afs_vnode_cache_get_attr(const void *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()
[all …]
/linux-3.4.99/fs/nfs/
Dfscache-index.c68 static uint16_t nfs_server_get_key(const void *cookie_netfs_data, in nfs_server_get_key()
119 static uint16_t nfs_super_get_key(const void *cookie_netfs_data, in nfs_super_get_key()
169 static uint16_t nfs_fscache_inode_get_key(const void *cookie_netfs_data, in nfs_fscache_inode_get_key()
187 static void nfs_fscache_inode_get_attr(const void *cookie_netfs_data, in nfs_fscache_inode_get_attr()
203 static uint16_t nfs_fscache_inode_get_aux(const void *cookie_netfs_data, in nfs_fscache_inode_get_aux()
231 enum fscache_checkaux nfs_fscache_inode_check_aux(void *cookie_netfs_data, in nfs_fscache_inode_check_aux()
262 static void nfs_fscache_inode_now_uncached(void *cookie_netfs_data) in nfs_fscache_inode_now_uncached()
302 static void nfs_fh_get_context(void *cookie_netfs_data, void *context) in nfs_fh_get_context()
312 static void nfs_fh_put_context(void *cookie_netfs_data, void *context) in nfs_fh_put_context()
/linux-3.4.99/fs/cifs/
Dcache.c63 static uint16_t cifs_server_get_key(const void *cookie_netfs_data, in cifs_server_get_key()
146 static uint16_t cifs_super_get_key(const void *cookie_netfs_data, void *buffer, in cifs_super_get_key()
172 cifs_fscache_super_get_aux(const void *cookie_netfs_data, void *buffer, in cifs_fscache_super_get_aux()
190 fscache_checkaux cifs_fscache_super_check_aux(void *cookie_netfs_data, in cifs_fscache_super_check_aux()
229 static uint16_t cifs_fscache_inode_get_key(const void *cookie_netfs_data, in cifs_fscache_inode_get_key()
246 cifs_fscache_inode_get_attr(const void *cookie_netfs_data, uint64_t *size) in cifs_fscache_inode_get_attr()
254 cifs_fscache_inode_get_aux(const void *cookie_netfs_data, void *buffer, in cifs_fscache_inode_get_aux()
274 fscache_checkaux cifs_fscache_inode_check_aux(void *cookie_netfs_data, in cifs_fscache_inode_check_aux()
295 static void cifs_fscache_inode_now_uncached(void *cookie_netfs_data) in cifs_fscache_inode_now_uncached()
/linux-3.4.99/fs/fscache/
Dfsdef.c81 static uint16_t fscache_fsdef_netfs_get_key(const void *cookie_netfs_data, in fscache_fsdef_netfs_get_key()
101 static uint16_t fscache_fsdef_netfs_get_aux(const void *cookie_netfs_data, in fscache_fsdef_netfs_get_aux()
122 void *cookie_netfs_data, in fscache_fsdef_netfs_check_aux()
/linux-3.4.99/fs/9p/
Dcache.c58 static uint16_t v9fs_cache_session_get_key(const void *cookie_netfs_data, in v9fs_cache_session_get_key()
107 static uint16_t v9fs_cache_inode_get_key(const void *cookie_netfs_data, in v9fs_cache_inode_get_key()
117 static void v9fs_cache_inode_get_attr(const void *cookie_netfs_data, in v9fs_cache_inode_get_attr()
127 static uint16_t v9fs_cache_inode_get_aux(const void *cookie_netfs_data, in v9fs_cache_inode_get_aux()
138 fscache_checkaux v9fs_cache_inode_check_aux(void *cookie_netfs_data, in v9fs_cache_inode_check_aux()
154 static void v9fs_cache_inode_now_uncached(void *cookie_netfs_data) in v9fs_cache_inode_now_uncached()