Searched refs:volume_key (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/fs/fscache/ | 
| D | volume.c | 199 static struct fscache_volume *fscache_alloc_volume(const char *volume_key,  in fscache_alloc_volume()  argument 209 	klen = strlen(volume_key);  in fscache_alloc_volume() 242 	memcpy(key + 1, volume_key, klen);  in fscache_alloc_volume() 319 struct fscache_volume *__fscache_acquire_volume(const char *volume_key,  in __fscache_acquire_volume()  argument 326 	volume = fscache_alloc_volume(volume_key, cache_name,  in __fscache_acquire_volume()
  | 
| /Linux-v6.6/fs/cachefiles/ | 
| D | ondemand.c | 403 	void *volume_key, *cookie_key;  in cachefiles_ondemand_init_open_req()  local 410 	volume_key = volume->key + 1;  in cachefiles_ondemand_init_open_req() 423 	memcpy(load->data, volume_key, volume_key_size);  in cachefiles_ondemand_init_open_req()
  | 
| /Linux-v6.6/include/linux/ | 
| D | fscache.h | 197 struct fscache_volume *fscache_acquire_volume(const char *volume_key,  in fscache_acquire_volume()  argument 204 	return __fscache_acquire_volume(volume_key, cache_name,  in fscache_acquire_volume()
  | 
| /Linux-v6.6/Documentation/filesystems/caching/ | 
| D | cachefiles.rst | 575 	* ``data`` contains the volume_key followed directly by the cookie_key. 588 The user daemon can use the given (volume_key, cookie_key) pair to distinguish
  | 
| D | netfs-api.rst | 98 	fscache_acquire_volume(const char *volume_key,
  |