Searched refs:get_aux (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/fs/cachefiles/ |
D | interface.c | 87 if (cookie->def->get_aux) { in cachefiles_alloc_object() 88 auxlen = cookie->def->get_aux(cookie->netfs_data, in cachefiles_alloc_object() 218 if (!cookie->def->get_aux) { in cachefiles_update_object() 229 auxlen = cookie->def->get_aux(cookie->netfs_data, auxdata->data, 511); in cachefiles_update_object()
|
/linux-2.6.39/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-2.6.39/fs/cifs/ |
D | cache.c | 216 .get_aux = cifs_fscache_super_get_aux, 330 .get_aux = cifs_fscache_inode_get_aux,
|
/linux-2.6.39/fs/fscache/ |
D | fsdef.c | 73 .get_aux = fscache_fsdef_netfs_get_aux,
|
D | object-list.c | 284 if (obj->cookie->def->get_aux && in fscache_objlist_show() 286 auxlen = obj->cookie->def->get_aux( in fscache_objlist_show()
|
D | cookie.c | 390 BUG_ON(!cookie->def->get_aux); in __fscache_update_cookie()
|
/linux-2.6.39/include/linux/ |
D | fscache.h | 113 uint16_t (*get_aux)(const void *cookie_netfs_data, member
|
/linux-2.6.39/fs/nfs/ |
D | fscache-index.c | 332 .get_aux = nfs_fscache_inode_get_aux,
|
/linux-2.6.39/fs/9p/ |
D | cache.c | 189 .get_aux = v9fs_cache_inode_get_aux,
|
/linux-2.6.39/Documentation/filesystems/caching/ |
D | backend-api.txt | 308 obtained by calling object->cookie->def->get_aux()/get_attr().
|
D | netfs-api.txt | 137 uint16_t (*get_aux)(const void *cookie_netfs_data,
|