Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fscache/
Dcookie.c61 void *netfs_data, in __fscache_acquire_cookie() argument
70 def->name, netfs_data, enable); in __fscache_acquire_cookie()
109 cookie->netfs_data = netfs_data; in __fscache_acquire_cookie()
235 cookie->def->get_attr(cookie->netfs_data, &i_size); in fscache_acquire_non_index_cookie()
594 cookie, cookie->def->name, cookie->netfs_data, in __fscache_relinquish_cookie()
603 cookie->netfs_data = NULL; in __fscache_relinquish_cookie()
Dobject-list.c274 cookie->netfs_data); in fscache_objlist_show()
278 keylen = cookie->def->get_key(cookie->netfs_data, in fscache_objlist_show()
283 auxlen = cookie->def->get_aux(cookie->netfs_data, in fscache_objlist_show()
Dnetfs.c47 netfs->primary_index->netfs_data = netfs; in __fscache_register_netfs()
Dcache.c141 tag = cookie->def->select_cache(cookie->parent->netfs_data, in fscache_select_cache_for_object()
142 cookie->netfs_data); in fscache_select_cache_for_object()
Dinternal.h329 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context()
340 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
Dobject.c894 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
Dpage.c1132 cookie->def->mark_page_cached(cookie->netfs_data, in fscache_mark_page_cached()
/linux-4.1.27/fs/cachefiles/
Dinterface.c68 keylen = cookie->def->get_key(cookie->netfs_data, buffer + 2, 512); in cachefiles_alloc_object()
85 auxlen = cookie->def->get_aux(cookie->netfs_data, in cachefiles_alloc_object()
233 auxlen = cookie->def->get_aux(cookie->netfs_data, auxdata->data, 511); in cachefiles_update_object()
425 _object->cookie->def->get_attr(_object->cookie->netfs_data, &ni_size); in cachefiles_attr_changed()
497 op->object->cookie->def->get_attr(op->object->cookie->netfs_data, in cachefiles_invalidate_object()
Dnamei.c56 object->fscache.cookie->netfs_data, in __cachefiles_printk_object()
59 keylen = cookie->def->get_key(cookie->netfs_data, keybuf, in __cachefiles_printk_object()
/linux-4.1.27/include/linux/
Dfscache.h185 void *netfs_data; /* back pointer to netfs */ member
344 void *netfs_data, in fscache_acquire_cookie() argument
348 return __fscache_acquire_cookie(parent, def, netfs_data, in fscache_acquire_cookie()
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt113 void *netfs_data;
316 new information should be in object->cookie->netfs_data. This can be
Dnetfs-api.txt338 void *netfs_data,
733 This function will refer back to the netfs_data pointer stored in the cookie by