Home
last modified time | relevance | path

Searched refs:volume_key_size (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/cachefiles/
H A Dondemand.c617 size_t volume_key_size, cookie_key_size; in cachefiles_ondemand_init_open_req() local
624 volume_key_size = volume->key[0] + 1; in cachefiles_ondemand_init_open_req()
636 load->volume_key_size = volume_key_size; in cachefiles_ondemand_init_open_req()
638 memcpy(load->data, volume_key, volume_key_size); in cachefiles_ondemand_init_open_req()
639 memcpy(load->data + volume_key_size, cookie_key, cookie_key_size); in cachefiles_ondemand_init_open_req()
678 size_t volume_key_size, cookie_key_size, data_len; in cachefiles_ondemand_init_object() local
692 volume_key_size = volume->key[0] + 1; in cachefiles_ondemand_init_object()
695 volume_key_size + cookie_key_size; in cachefiles_ondemand_init_object()
/linux-6.15/include/uapi/linux/
H A Dcachefiles.h46 __u32 volume_key_size; member
/linux-6.15/Documentation/filesystems/caching/
H A Dcachefiles.rst566 __u32 volume_key_size;
579 * ``volume_key_size`` indicates the size of the volume key in bytes.