Searched refs:aux_len (Results 1 – 4 of 4) sorted by relevance
138 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()
74 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()
44 unsigned int len = object->cookie->aux_len; in cachefiles_set_object_xattr() 106 unsigned int len = object->cookie->aux_len, tlen; in cachefiles_check_auxdata()
188 u8 aux_len;227 * ``aux_len`` - The length of the coherency data buffer.