Searched refs:fscache_stat (Results 1 – 6 of 6) sorted by relevance
77 fscache_stat(&fscache_n_store_vmscan_not_storing); in __fscache_maybe_release_page()107 fscache_stat(&fscache_n_store_vmscan_cancelled); in __fscache_maybe_release_page()108 fscache_stat(&fscache_n_store_radix_deletes); in __fscache_maybe_release_page()111 fscache_stat(&fscache_n_store_vmscan_gone); in __fscache_maybe_release_page()126 fscache_stat(&fscache_n_store_vmscan_busy); in __fscache_maybe_release_page()130 fscache_stat(&fscache_n_store_vmscan_wait); in __fscache_maybe_release_page()159 fscache_stat(&fscache_n_store_radix_deletes); in fscache_end_page_write()180 fscache_stat(&fscache_n_attr_changed_calls); in fscache_attr_changed_op()183 fscache_stat(&fscache_n_cop_attr_changed); in fscache_attr_changed_op()207 fscache_stat(&fscache_n_attr_changed); in __fscache_attr_changed()[all …]
72 fscache_stat(&fscache_n_acquires); in __fscache_acquire_cookie()76 fscache_stat(&fscache_n_acquires_null); in __fscache_acquire_cookie()91 fscache_stat(&fscache_n_acquires_oom); in __fscache_acquire_cookie()118 fscache_stat(&fscache_n_cookie_index); in __fscache_acquire_cookie()121 fscache_stat(&fscache_n_cookie_data); in __fscache_acquire_cookie()124 fscache_stat(&fscache_n_cookie_special); in __fscache_acquire_cookie()138 fscache_stat(&fscache_n_acquires_nobufs); in __fscache_acquire_cookie()147 fscache_stat(&fscache_n_acquires_ok); in __fscache_acquire_cookie()216 fscache_stat(&fscache_n_acquires_no_cache); in fscache_acquire_non_index_cookie()296 fscache_stat(&fscache_n_cop_alloc_object); in fscache_alloc_object()[all …]
381 fscache_stat(&fscache_n_cop_grab_object); in fscache_initialise_object()457 fscache_stat(&fscache_n_object_lookups); in fscache_look_up_object()458 fscache_stat(&fscache_n_cop_lookup_object); in fscache_look_up_object()467 fscache_stat(&fscache_n_object_lookups_timed_out); in fscache_look_up_object()495 fscache_stat(&fscache_n_object_lookups_negative); in fscache_object_lookup_negative()530 fscache_stat(&fscache_n_object_lookups_positive); in fscache_obtained_object()542 fscache_stat(&fscache_n_object_created); in fscache_obtained_object()573 fscache_stat(&fscache_n_cop_lookup_complete); in fscache_object_available()578 fscache_stat(&fscache_n_object_avail); in fscache_object_available()609 fscache_stat(&fscache_n_cop_lookup_complete); in fscache_lookup_failure()[all …]
42 fscache_stat(&fscache_n_op_enqueue); in fscache_enqueue_operation()75 fscache_stat(&fscache_n_op_run); in fscache_run_op()107 fscache_stat(&fscache_n_op_pend); in fscache_submit_exclusive_op()111 fscache_stat(&fscache_n_op_pend); in fscache_submit_exclusive_op()127 fscache_stat(&fscache_n_op_pend); in fscache_submit_exclusive_op()214 fscache_stat(&fscache_n_op_pend); in fscache_submit_op()218 fscache_stat(&fscache_n_op_pend); in fscache_submit_op()230 fscache_stat(&fscache_n_op_pend); in fscache_submit_op()233 fscache_stat(&fscache_n_op_rejected); in fscache_submit_op()312 fscache_stat(&fscache_n_op_cancelled); in fscache_cancel_op()[all …]
385 fscache_stat(&fscache_n_cop_sync_cache); in fscache_withdraw_cache()391 fscache_stat(&fscache_n_cop_dissociate_pages); in fscache_withdraw_cache()
274 static inline void fscache_stat(atomic_t *stat) in fscache_stat() function290 #define fscache_stat(stat) do {} while (0) macro