Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dondemand.c599 size_t volume_key_size, cookie_key_size; in cachefiles_ondemand_init_open_req() local
610 cookie_key_size = cookie->key_len; in cachefiles_ondemand_init_open_req()
619 load->cookie_key_size = cookie_key_size; in cachefiles_ondemand_init_open_req()
621 memcpy(load->data + volume_key_size, cookie_key, cookie_key_size); in cachefiles_ondemand_init_open_req()
660 size_t volume_key_size, cookie_key_size, data_len; in cachefiles_ondemand_init_object() local
675 cookie_key_size = cookie->key_len; in cachefiles_ondemand_init_object()
677 volume_key_size + cookie_key_size; in cachefiles_ondemand_init_object()
/openbmc/linux/include/uapi/linux/
H A Dcachefiles.h47 __u32 cookie_key_size; member
/openbmc/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst567 __u32 cookie_key_size;
581 * ``cookie_key_size`` indicates the size of the cookie key in bytes.