Home
last modified time | relevance | path

Searched refs:aux_len (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dfscache.h138 u8 aux_len; /* Length of auxiliary data */ member
319 if (cookie->aux_len <= sizeof(cookie->inline_aux)) in fscache_get_aux()
335 memcpy(p, aux_data, cookie->aux_len); in fscache_update_aux()
/linux-6.12.1/fs/netfs/
Dfscache_cookie.c74 if (cookie->aux_len > sizeof(cookie->inline_aux)) in fscache_free_cookie()
343 cookie->aux_len = aux_data_len; in fscache_alloc_cookie()
351 if (cookie->aux_len <= sizeof(cookie->inline_aux)) { in fscache_alloc_cookie()
352 memcpy(cookie->inline_aux, aux_data, cookie->aux_len); in fscache_alloc_cookie()
354 cookie->aux = kmemdup(aux_data, cookie->aux_len, GFP_KERNEL); in fscache_alloc_cookie()
1138 auxlen = cookie->aux_len; in fscache_cookies_seq_show()
/linux-6.12.1/fs/cachefiles/
Dxattr.c44 unsigned int len = object->cookie->aux_len; in cachefiles_set_object_xattr()
104 unsigned int len = object->cookie->aux_len, tlen; in cachefiles_check_auxdata()
/linux-6.12.1/Documentation/filesystems/caching/
Dbackend-api.rst188 u8 aux_len;
227 * ``aux_len`` - The length of the coherency data buffer.