Lines Matching refs:aux_data
143 const void *aux_data, size_t aux_data_len, in fscache_alloc_cookie() argument
161 memcpy(cookie->inline_aux, aux_data, cookie->aux_len); in fscache_alloc_cookie()
163 cookie->aux = kmemdup(aux_data, cookie->aux_len, GFP_KERNEL); in fscache_alloc_cookie()
257 const void *aux_data, size_t aux_data_len, in __fscache_acquire_cookie() argument
272 if (!aux_data || !aux_data_len) { in __fscache_acquire_cookie()
273 aux_data = NULL; in __fscache_acquire_cookie()
294 aux_data, aux_data_len, in __fscache_acquire_cookie()
357 const void *aux_data, in __fscache_enable_cookie() argument
369 fscache_update_aux(cookie, aux_data); in __fscache_enable_cookie()
677 void __fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data) in __fscache_update_cookie() argument
693 fscache_update_aux(cookie, aux_data); in __fscache_update_cookie()
714 const void *aux_data, in __fscache_disable_cookie() argument
735 fscache_update_aux(cookie, aux_data); in __fscache_disable_cookie()
797 const void *aux_data, in __fscache_relinquish_cookie() argument
820 __fscache_disable_cookie(cookie, aux_data, retire); in __fscache_relinquish_cookie()
893 const void *aux_data) in __fscache_check_consistency() argument
922 fscache_update_aux(cookie, aux_data); in __fscache_check_consistency()