Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cachefiles/
Dinterface.c84 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/
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-4.4.14/fs/cifs/
Dcache.c216 .get_aux = cifs_fscache_super_get_aux,
330 .get_aux = cifs_fscache_inode_get_aux,
/linux-4.4.14/fs/fscache/
Dfsdef.c75 .get_aux = fscache_fsdef_netfs_get_aux,
Dobject-list.c281 if (cookie->def->get_aux && in fscache_objlist_show()
283 auxlen = cookie->def->get_aux(cookie->netfs_data, in fscache_objlist_show()
Dcookie.c432 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/
Dfscache-index.c331 .get_aux = nfs_fscache_inode_get_aux,
/linux-4.4.14/include/linux/
Dfscache.h113 uint16_t (*get_aux)(const void *cookie_netfs_data, member
/linux-4.4.14/fs/ceph/
Dcache.c181 .get_aux = ceph_fscache_inode_get_aux,
/linux-4.4.14/fs/9p/
Dcache.c187 .get_aux = v9fs_cache_inode_get_aux,
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt317 obtained by calling object->cookie->def->get_aux()/get_attr().
Dnetfs-api.txt139 uint16_t (*get_aux)(const void *cookie_netfs_data,