Home
last modified time | relevance | path

Searched refs:get_aux (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/fs/cachefiles/
Dinterface.c86 if (cookie->def->get_aux) { in cachefiles_alloc_object()
87 auxlen = cookie->def->get_aux(cookie->netfs_data, in cachefiles_alloc_object()
217 if (!cookie->def->get_aux) { in cachefiles_update_object()
228 auxlen = cookie->def->get_aux(cookie->netfs_data, auxdata->data, 511); in cachefiles_update_object()
/linux-3.4.99/fs/afs/
Dcache.c53 .get_aux = afs_cell_cache_get_aux,
61 .get_aux = afs_vlocation_cache_get_aux,
76 .get_aux = afs_vnode_cache_get_aux,
/linux-3.4.99/fs/cifs/
Dcache.c216 .get_aux = cifs_fscache_super_get_aux,
330 .get_aux = cifs_fscache_inode_get_aux,
/linux-3.4.99/fs/fscache/
Dfsdef.c73 .get_aux = fscache_fsdef_netfs_get_aux,
Dobject-list.c284 if (obj->cookie->def->get_aux && in fscache_objlist_show()
286 auxlen = obj->cookie->def->get_aux( in fscache_objlist_show()
Dcookie.c390 BUG_ON(!cookie->def->get_aux); in __fscache_update_cookie()
/linux-3.4.99/include/linux/
Dfscache.h113 uint16_t (*get_aux)(const void *cookie_netfs_data, member
/linux-3.4.99/fs/nfs/
Dfscache-index.c332 .get_aux = nfs_fscache_inode_get_aux,
/linux-3.4.99/fs/9p/
Dcache.c187 .get_aux = v9fs_cache_inode_get_aux,
/linux-3.4.99/Documentation/filesystems/caching/
Dbackend-api.txt308 obtained by calling object->cookie->def->get_aux()/get_attr().
Dnetfs-api.txt137 uint16_t (*get_aux)(const void *cookie_netfs_data,