Lines Matching refs:aux_data
139 const void *aux_data, size_t aux_data_len, in fscache_alloc_cookie() argument
157 memcpy(cookie->inline_aux, aux_data, cookie->aux_len); in fscache_alloc_cookie()
159 cookie->aux = kmemdup(aux_data, cookie->aux_len, GFP_KERNEL); in fscache_alloc_cookie()
253 const void *aux_data, size_t aux_data_len, in __fscache_acquire_cookie() argument
268 if (!aux_data || !aux_data_len) { in __fscache_acquire_cookie()
269 aux_data = NULL; in __fscache_acquire_cookie()
290 aux_data, aux_data_len, in __fscache_acquire_cookie()
353 const void *aux_data, in __fscache_enable_cookie() argument
365 fscache_update_aux(cookie, aux_data); in __fscache_enable_cookie()
673 void __fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data) in __fscache_update_cookie() argument
689 fscache_update_aux(cookie, aux_data); in __fscache_update_cookie()
710 const void *aux_data, in __fscache_disable_cookie() argument
731 fscache_update_aux(cookie, aux_data); in __fscache_disable_cookie()
793 const void *aux_data, in __fscache_relinquish_cookie() argument
816 __fscache_disable_cookie(cookie, aux_data, retire); in __fscache_relinquish_cookie()
889 const void *aux_data) in __fscache_check_consistency() argument
918 fscache_update_aux(cookie, aux_data); in __fscache_check_consistency()