Searched defs:cookie_netfs_data (Results 1 – 6 of 6) sorted by relevance
/fs/afs/ |
D | cache.c | 84 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 …]
|
/fs/nfs/ |
D | fscache-index.c | 68 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() 261 static void nfs_fscache_inode_now_uncached(void *cookie_netfs_data) in nfs_fscache_inode_now_uncached() 301 static void nfs_fh_get_context(void *cookie_netfs_data, void *context) in nfs_fh_get_context() 311 static void nfs_fh_put_context(void *cookie_netfs_data, void *context) in nfs_fh_put_context()
|
/fs/cifs/ |
D | cache.c | 63 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()
|
/fs/9p/ |
D | cache.c | 58 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()
|
/fs/fscache/ |
D | fsdef.c | 83 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/ceph/ |
D | cache.c | 38 static uint16_t ceph_fscache_session_get_key(const void *cookie_netfs_data, in ceph_fscache_session_get_key() 79 static uint16_t ceph_fscache_inode_get_key(const void *cookie_netfs_data, in ceph_fscache_inode_get_key() 94 static uint16_t ceph_fscache_inode_get_aux(const void *cookie_netfs_data, in ceph_fscache_inode_get_aux() 111 static void ceph_fscache_inode_get_attr(const void *cookie_netfs_data, in ceph_fscache_inode_get_attr() 119 void *cookie_netfs_data, const void *data, uint16_t dlen) in ceph_fscache_inode_check_aux() 140 static void ceph_fscache_inode_now_uncached(void* cookie_netfs_data) in ceph_fscache_inode_now_uncached()
|