Searched refs:netfs_data (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.15/fs/fscache/ | 
| D | cookie.c | 50 	       cookie->netfs_data);  in fscache_print_cookie()143 	void *netfs_data,  in fscache_alloc_cookie()  argument
 178 	cookie->netfs_data	= netfs_data;  in fscache_alloc_cookie()
 262 	void *netfs_data,  in __fscache_acquire_cookie()  argument
 272 	       def->name, netfs_data, enable);  in __fscache_acquire_cookie()
 299 					 netfs_data, object_size);  in __fscache_acquire_cookie()
 824 	cookie->netfs_data	= NULL;  in __fscache_relinquish_cookie()
 1023 		   cookie->netfs_data);  in fscache_cookies_seq_show()
 
 | 
| D | cache.c | 137 	tag = cookie->def->select_cache(cookie->parent->netfs_data,  in fscache_select_cache_for_object()138 					cookie->netfs_data);  in fscache_select_cache_for_object()
 
 | 
| D | internal.h | 305 		cookie->def->get_context(cookie->netfs_data, context);  in fscache_get_context()316 		cookie->def->put_context(cookie->netfs_data, context);  in fscache_put_context()
 
 | 
| D | object.c | 927 	result = object->cookie->def->check_aux(object->cookie->netfs_data,  in fscache_check_aux()
 | 
| D | page.c | 1180 		cookie->def->mark_page_cached(cookie->netfs_data,  in fscache_mark_page_cached()
 | 
| /Linux-v5.15/include/linux/ | 
| D | fscache.h | 137 	void				*netfs_data;	/* back pointer to netfs */  member329 	void *netfs_data,  in fscache_acquire_cookie()  argument
 337 						netfs_data, object_size, enable);  in fscache_acquire_cookie()
 
 | 
| /Linux-v5.15/fs/cachefiles/ | 
| D | namei.c | 52 		       cookie->netfs_data,  in __cachefiles_printk_object()
 | 
| /Linux-v5.15/Documentation/filesystems/caching/ | 
| D | backend-api.rst | 110 		void				*netfs_data;314      new information should be in object->cookie->netfs_data.  This can be
 
 | 
| D | netfs-api.rst | 302 			       void *netfs_data,316 The netfs may pass an arbitrary value in netfs_data and this will be presented
 
 |