Lines Matching refs:aux_data
331 const void *aux_data, in fscache_acquire_cookie() argument
340 aux_data, aux_data_len, in fscache_acquire_cookie()
363 const void *aux_data, in fscache_relinquish_cookie() argument
367 __fscache_relinquish_cookie(cookie, aux_data, retire); in fscache_relinquish_cookie()
384 const void *aux_data) in fscache_check_consistency() argument
387 return __fscache_check_consistency(cookie, aux_data); in fscache_check_consistency()
405 void fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data) in fscache_update_cookie() argument
408 __fscache_update_cookie(cookie, aux_data); in fscache_update_cookie()
812 const void *aux_data, in fscache_disable_cookie() argument
816 __fscache_disable_cookie(cookie, aux_data, invalidate); in fscache_disable_cookie()
837 const void *aux_data, in fscache_enable_cookie() argument
843 __fscache_enable_cookie(cookie, aux_data, object_size, in fscache_enable_cookie()