Lines Matching refs:aux_data
127 const void *aux_data, size_t aux_data_len, in fscache_alloc_cookie() argument
145 memcpy(cookie->inline_aux, aux_data, cookie->aux_len); in fscache_alloc_cookie()
147 cookie->aux = kmemdup(aux_data, cookie->aux_len, GFP_KERNEL); in fscache_alloc_cookie()
241 const void *aux_data, size_t aux_data_len, in __fscache_acquire_cookie() argument
256 if (!aux_data || !aux_data_len) { in __fscache_acquire_cookie()
257 aux_data = NULL; in __fscache_acquire_cookie()
278 aux_data, aux_data_len, in __fscache_acquire_cookie()
341 const void *aux_data, in __fscache_enable_cookie() argument
353 fscache_update_aux(cookie, aux_data); in __fscache_enable_cookie()
661 void __fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data) in __fscache_update_cookie() argument
677 fscache_update_aux(cookie, aux_data); in __fscache_update_cookie()
698 const void *aux_data, in __fscache_disable_cookie() argument
719 fscache_update_aux(cookie, aux_data); in __fscache_disable_cookie()
781 const void *aux_data, in __fscache_relinquish_cookie() argument
804 __fscache_disable_cookie(cookie, aux_data, retire); in __fscache_relinquish_cookie()
877 const void *aux_data) in __fscache_check_consistency() argument
906 fscache_update_aux(cookie, aux_data); in __fscache_check_consistency()