Searched refs:fscache_stat (Results 1 – 7 of 7) sorted by relevance
78 fscache_stat(&fscache_n_store_vmscan_not_storing); in __fscache_maybe_release_page()109 fscache_stat(&fscache_n_store_vmscan_cancelled); in __fscache_maybe_release_page()110 fscache_stat(&fscache_n_store_radix_deletes); in __fscache_maybe_release_page()113 fscache_stat(&fscache_n_store_vmscan_gone); in __fscache_maybe_release_page()129 fscache_stat(&fscache_n_store_vmscan_busy); in __fscache_maybe_release_page()133 fscache_stat(&fscache_n_store_vmscan_wait); in __fscache_maybe_release_page()163 fscache_stat(&fscache_n_store_radix_deletes); in fscache_end_page_write()194 fscache_stat(&fscache_n_attr_changed_calls); in fscache_attr_changed_op()197 fscache_stat(&fscache_n_cop_attr_changed); in fscache_attr_changed_op()223 fscache_stat(&fscache_n_attr_changed); in __fscache_attr_changed()[all …]
37 fscache_stat(&fscache_n_retrievals); in __fscache_begin_read_operation()73 fscache_stat(&fscache_n_retrieval_ops); in __fscache_begin_read_operation()89 fscache_stat(&fscache_n_retrievals_nomem); in __fscache_begin_read_operation()91 fscache_stat(&fscache_n_retrievals_intr); in __fscache_begin_read_operation()93 fscache_stat(&fscache_n_retrievals_nodata); in __fscache_begin_read_operation()95 fscache_stat(&fscache_n_retrievals_nobufs); in __fscache_begin_read_operation()97 fscache_stat(&fscache_n_retrievals_ok); in __fscache_begin_read_operation()112 fscache_stat(&fscache_n_retrievals_nobufs); in __fscache_begin_read_operation()
399 fscache_stat(&fscache_n_cop_grab_object); in fscache_initialise_object()474 fscache_stat(&fscache_n_object_lookups); in fscache_look_up_object()475 fscache_stat(&fscache_n_cop_lookup_object); in fscache_look_up_object()484 fscache_stat(&fscache_n_object_lookups_timed_out); in fscache_look_up_object()512 fscache_stat(&fscache_n_object_lookups_negative); in fscache_object_lookup_negative()546 fscache_stat(&fscache_n_object_lookups_positive); in fscache_obtained_object()558 fscache_stat(&fscache_n_object_created); in fscache_obtained_object()589 fscache_stat(&fscache_n_cop_lookup_complete); in fscache_object_available()593 fscache_stat(&fscache_n_object_avail); in fscache_object_available()624 fscache_stat(&fscache_n_cop_lookup_complete); in fscache_lookup_failure()[all …]
48 fscache_stat(&fscache_n_op_initialised); in fscache_operation_init()75 fscache_stat(&fscache_n_op_enqueue); in fscache_enqueue_operation()112 fscache_stat(&fscache_n_op_run); in fscache_run_op()182 fscache_stat(&fscache_n_op_rejected); in fscache_submit_exclusive_op()198 fscache_stat(&fscache_n_op_pend); in fscache_submit_exclusive_op()202 fscache_stat(&fscache_n_op_pend); in fscache_submit_exclusive_op()218 fscache_stat(&fscache_n_op_pend); in fscache_submit_exclusive_op()269 fscache_stat(&fscache_n_op_rejected); in fscache_submit_op()284 fscache_stat(&fscache_n_op_pend); in fscache_submit_op()288 fscache_stat(&fscache_n_op_pend); in fscache_submit_op()[all …]
281 fscache_stat(&fscache_n_acquires); in __fscache_acquire_cookie()285 fscache_stat(&fscache_n_acquires_null); in __fscache_acquire_cookie()301 fscache_stat(&fscache_n_acquires_oom); in __fscache_acquire_cookie()318 fscache_stat(&fscache_n_cookie_index); in __fscache_acquire_cookie()321 fscache_stat(&fscache_n_cookie_data); in __fscache_acquire_cookie()324 fscache_stat(&fscache_n_cookie_special); in __fscache_acquire_cookie()341 fscache_stat(&fscache_n_acquires_nobufs); in __fscache_acquire_cookie()350 fscache_stat(&fscache_n_acquires_ok); in __fscache_acquire_cookie()427 fscache_stat(&fscache_n_acquires_no_cache); in fscache_acquire_non_index_cookie()502 fscache_stat(&fscache_n_cop_alloc_object); in fscache_alloc_object()[all …]
380 fscache_stat(&fscache_n_cop_sync_cache); in fscache_withdraw_cache()386 fscache_stat(&fscache_n_cop_dissociate_pages); in fscache_withdraw_cache()
260 static inline void fscache_stat(atomic_t *stat) in fscache_stat() function276 #define fscache_stat(stat) do {} while (0) macro