Searched refs:get_aux (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/fs/cachefiles/ |
D | interface.c | 84 if (cookie->def->get_aux) { in cachefiles_alloc_object() 85 auxlen = cookie->def->get_aux(cookie->netfs_data, in cachefiles_alloc_object() 220 if (!cookie->def->get_aux) { in cachefiles_update_object() 233 auxlen = cookie->def->get_aux(cookie->netfs_data, auxdata->data, 511); in cachefiles_update_object()
|
/linux-4.4.14/fs/afs/ |
D | cache.c | 53 .get_aux = afs_cell_cache_get_aux, 61 .get_aux = afs_vlocation_cache_get_aux, 76 .get_aux = afs_vnode_cache_get_aux,
|
/linux-4.4.14/fs/cifs/ |
D | cache.c | 216 .get_aux = cifs_fscache_super_get_aux, 330 .get_aux = cifs_fscache_inode_get_aux,
|
/linux-4.4.14/fs/fscache/ |
D | fsdef.c | 75 .get_aux = fscache_fsdef_netfs_get_aux,
|
D | object-list.c | 281 if (cookie->def->get_aux && in fscache_objlist_show() 283 auxlen = cookie->def->get_aux(cookie->netfs_data, in fscache_objlist_show()
|
D | cookie.c | 432 BUG_ON(!cookie->def->get_aux); in __fscache_invalidate() 490 BUG_ON(!cookie->def->get_aux); in __fscache_update_cookie()
|
/linux-4.4.14/fs/nfs/ |
D | fscache-index.c | 331 .get_aux = nfs_fscache_inode_get_aux,
|
/linux-4.4.14/include/linux/ |
D | fscache.h | 113 uint16_t (*get_aux)(const void *cookie_netfs_data, member
|
/linux-4.4.14/fs/ceph/ |
D | cache.c | 181 .get_aux = ceph_fscache_inode_get_aux,
|
/linux-4.4.14/fs/9p/ |
D | cache.c | 187 .get_aux = v9fs_cache_inode_get_aux,
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 317 obtained by calling object->cookie->def->get_aux()/get_attr().
|
D | netfs-api.txt | 139 uint16_t (*get_aux)(const void *cookie_netfs_data,
|