Searched refs:volume_key (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/fscache/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A 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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscache.h | 182 * @volume_key: An identification string for the volume 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()
|
Completed in 4 milliseconds