Home
last modified time | relevance | path

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

/fs/afs/
Dcache.c82 static uint16_t afs_cell_cache_get_key(const void *cookie_netfs_data, in afs_cell_cache_get_key()
101 static uint16_t afs_cell_cache_get_aux(const void *cookie_netfs_data, in afs_cell_cache_get_aux()
120 static enum fscache_checkaux afs_cell_cache_check_aux(void *cookie_netfs_data, in afs_cell_cache_check_aux()
132 static uint16_t afs_vlocation_cache_get_key(const void *cookie_netfs_data, in afs_vlocation_cache_get_key()
153 static uint16_t afs_vlocation_cache_get_aux(const void *cookie_netfs_data, in afs_vlocation_cache_get_aux()
176 enum fscache_checkaux afs_vlocation_cache_check_aux(void *cookie_netfs_data, in afs_vlocation_cache_check_aux()
225 static uint16_t afs_volume_cache_get_key(const void *cookie_netfs_data, in afs_volume_cache_get_key()
248 static uint16_t afs_vnode_cache_get_key(const void *cookie_netfs_data, in afs_vnode_cache_get_key()
271 static void afs_vnode_cache_get_attr(const void *cookie_netfs_data, in afs_vnode_cache_get_attr()
286 static uint16_t afs_vnode_cache_get_aux(const void *cookie_netfs_data, in afs_vnode_cache_get_aux()
[all …]
/fs/nfs/
Dfscache-index.c68 static uint16_t nfs_server_get_key(const void *cookie_netfs_data, in nfs_server_get_key()
118 static uint16_t nfs_super_get_key(const void *cookie_netfs_data, in nfs_super_get_key()
168 static uint16_t nfs_fscache_inode_get_key(const void *cookie_netfs_data, in nfs_fscache_inode_get_key()
186 static void nfs_fscache_inode_get_attr(const void *cookie_netfs_data, in nfs_fscache_inode_get_attr()
202 static uint16_t nfs_fscache_inode_get_aux(const void *cookie_netfs_data, in nfs_fscache_inode_get_aux()
230 enum fscache_checkaux nfs_fscache_inode_check_aux(void *cookie_netfs_data, in nfs_fscache_inode_check_aux()
262 static void nfs_fh_get_context(void *cookie_netfs_data, void *context) in nfs_fh_get_context()
272 static void nfs_fh_put_context(void *cookie_netfs_data, void *context) in nfs_fh_put_context()
/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()
/fs/fscache/
Dfsdef.c83 static uint16_t fscache_fsdef_netfs_get_key(const void *cookie_netfs_data, in fscache_fsdef_netfs_get_key()
103 static uint16_t fscache_fsdef_netfs_get_aux(const void *cookie_netfs_data, in fscache_fsdef_netfs_get_aux()
124 void *cookie_netfs_data, in fscache_fsdef_netfs_check_aux()
/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()
/fs/ceph/
Dcache.c49 static uint16_t ceph_fscache_session_get_key(const void *cookie_netfs_data, in ceph_fscache_session_get_key()
136 static uint16_t ceph_fscache_inode_get_key(const void *cookie_netfs_data, in ceph_fscache_inode_get_key()
151 static uint16_t ceph_fscache_inode_get_aux(const void *cookie_netfs_data, in ceph_fscache_inode_get_aux()
168 static void ceph_fscache_inode_get_attr(const void *cookie_netfs_data, in ceph_fscache_inode_get_attr()
176 void *cookie_netfs_data, const void *data, uint16_t dlen) in ceph_fscache_inode_check_aux()