Searched refs:netfs_data (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/fs/fscache/ |
D | cookie.c | 45 prefix, cookie->def, cookie->netfs_data); in fscache_print_cookie() 144 void *netfs_data, in fscache_alloc_cookie() argument 178 cookie->netfs_data = netfs_data; in fscache_alloc_cookie() 258 void *netfs_data, in __fscache_acquire_cookie() argument 268 def->name, netfs_data, enable); in __fscache_acquire_cookie() 295 netfs_data, object_size); in __fscache_acquire_cookie() 811 cookie, cookie->def->name, cookie->netfs_data, in __fscache_relinquish_cookie() 823 cookie->netfs_data = NULL; in __fscache_relinquish_cookie()
|
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 | 338 cookie->def->get_context(cookie->netfs_data, context); in fscache_get_context() 349 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
|
D | object-list.c | 273 cookie->netfs_data); in fscache_objlist_show()
|
D | object.c | 936 result = object->cookie->def->check_aux(object->cookie->netfs_data, in fscache_check_aux()
|
D | page.c | 1190 cookie->def->mark_page_cached(cookie->netfs_data, in fscache_mark_page_cached()
|
/Linux-v4.19/include/linux/ |
D | fscache.h | 147 void *netfs_data; /* back pointer to netfs */ member 333 void *netfs_data, in fscache_acquire_cookie() argument 341 netfs_data, object_size, enable); in fscache_acquire_cookie()
|
/Linux-v4.19/fs/cachefiles/ |
D | namei.c | 57 object->fscache.cookie->netfs_data, in __cachefiles_printk_object()
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | backend-api.txt | 113 void *netfs_data; 316 new information should be in object->cookie->netfs_data. This can be
|
D | netfs-api.txt | 304 void *netfs_data, 318 The netfs may pass an arbitrary value in netfs_data and this will be presented
|