Lines Matching refs:aux_data
327 const void *aux_data, in fscache_acquire_cookie() argument
336 aux_data, aux_data_len, in fscache_acquire_cookie()
359 const void *aux_data, in fscache_relinquish_cookie() argument
363 __fscache_relinquish_cookie(cookie, aux_data, retire); in fscache_relinquish_cookie()
380 const void *aux_data) in fscache_check_consistency() argument
383 return __fscache_check_consistency(cookie, aux_data); in fscache_check_consistency()
401 void fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data) in fscache_update_cookie() argument
404 __fscache_update_cookie(cookie, aux_data); in fscache_update_cookie()
808 const void *aux_data, in fscache_disable_cookie() argument
812 __fscache_disable_cookie(cookie, aux_data, invalidate); in fscache_disable_cookie()
833 const void *aux_data, in fscache_enable_cookie() argument
839 __fscache_enable_cookie(cookie, aux_data, object_size, in fscache_enable_cookie()