Searched refs:netfs_data (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/fs/fscache/ |
D | cookie.c | 61 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()
|
D | object-list.c | 276 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()
|
D | netfs.c | 46 netfs->primary_index->netfs_data = netfs; in __fscache_register_netfs()
|
D | cache.c | 141 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()
|
D | internal.h | 303 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()
|
D | object.c | 868 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
|
D | page.c | 952 cookie->def->mark_pages_cached(cookie->netfs_data, in fscache_mark_pages_cached()
|
/linux-3.4.99/fs/cachefiles/ |
D | interface.c | 70 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()
|
D | namei.c | 58 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/ |
D | fscache.h | 299 void *netfs_data) in fscache_acquire_cookie() argument 302 return __fscache_acquire_cookie(parent, def, netfs_data); in fscache_acquire_cookie()
|
D | fscache-cache.h | 292 void *netfs_data; /* back pointer to netfs */ member
|
/linux-3.4.99/Documentation/filesystems/caching/ |
D | backend-api.txt | 113 void *netfs_data; 307 new information should be in object->cookie->netfs_data. This can be
|
D | netfs-api.txt | 336 void *netfs_data); 701 This function will refer back to the netfs_data pointer stored in the cookie by
|