Home
last modified time | relevance | path

Searched refs:cookie_key_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dondemand.c402 size_t volume_key_size, cookie_key_size; in cachefiles_ondemand_init_open_req() local
413 cookie_key_size = cookie->key_len; in cachefiles_ondemand_init_open_req()
422 load->cookie_key_size = cookie_key_size; in cachefiles_ondemand_init_open_req()
424 memcpy(load->data + volume_key_size, cookie_key, cookie_key_size); in cachefiles_ondemand_init_open_req()
480 size_t volume_key_size, cookie_key_size, data_len; in cachefiles_ondemand_init_object() local
492 cookie_key_size = cookie->key_len; in cachefiles_ondemand_init_object()
494 volume_key_size + cookie_key_size; in cachefiles_ondemand_init_object()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dcachefiles.h41 * @cookie_key_size indicates the size of the cookie key in bytes.
47 __u32 cookie_key_size; member

Completed in 1 milliseconds