Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fscache/
Dcookie.c61 void *netfs_data) in __fscache_acquire_cookie() argument
69 def->name, netfs_data); in __fscache_acquire_cookie()
103 cookie->netfs_data = netfs_data; in __fscache_acquire_cookie()
193 cookie->def->get_attr(cookie->netfs_data, &i_size); in fscache_acquire_non_index_cookie()
428 cookie, cookie->def->name, cookie->netfs_data, retire); in __fscache_relinquish_cookie()
470 cookie->netfs_data = NULL; in __fscache_relinquish_cookie()
Dobject-list.c276 obj->cookie->netfs_data); in fscache_objlist_show()
281 obj->cookie->netfs_data, in fscache_objlist_show()
287 obj->cookie->netfs_data, in fscache_objlist_show()
Dnetfs.c46 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.h303 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context()
314 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
Dobject.c868 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
Dpage.c952 cookie->def->mark_pages_cached(cookie->netfs_data, in fscache_mark_pages_cached()
/linux-3.4.99/fs/cachefiles/
Dinterface.c70 keylen = cookie->def->get_key(cookie->netfs_data, buffer + 2, 512); in cachefiles_alloc_object()
87 auxlen = cookie->def->get_aux(cookie->netfs_data, in cachefiles_alloc_object()
228 auxlen = cookie->def->get_aux(cookie->netfs_data, auxdata->data, 511); in cachefiles_update_object()
387 _object->cookie->def->get_attr(_object->cookie->netfs_data, &ni_size); in cachefiles_attr_changed()
Dnamei.c58 object->fscache.cookie->netfs_data, in __cachefiles_printk_object()
61 keylen = cookie->def->get_key(cookie->netfs_data, keybuf, in __cachefiles_printk_object()
/linux-3.4.99/include/linux/
Dfscache.h299 void *netfs_data) in fscache_acquire_cookie() argument
302 return __fscache_acquire_cookie(parent, def, netfs_data); in fscache_acquire_cookie()
Dfscache-cache.h292 void *netfs_data; /* back pointer to netfs */ member
/linux-3.4.99/Documentation/filesystems/caching/
Dbackend-api.txt113 void *netfs_data;
307 new information should be in object->cookie->netfs_data. This can be
Dnetfs-api.txt336 void *netfs_data);
701 This function will refer back to the netfs_data pointer stored in the cookie by