Home
last modified time | relevance | path

Searched refs:fscache_stat (Results 1 – 7 of 7) sorted by relevance

/linux/fs/fscache/
A Dpage.c379 fscache_stat(stat_op_waits); in fscache_wait_for_operation_activation()
397 fscache_stat(stat_object_dead); in fscache_wait_for_operation_activation()
407 fscache_stat(stat_object_dead); in fscache_wait_for_operation_activation()
436 fscache_stat(&fscache_n_retrievals); in __fscache_read_or_alloc_page()
680 fscache_stat(&fscache_n_allocs); in __fscache_alloc_page()
715 fscache_stat(&fscache_n_alloc_ops); in __fscache_alloc_page()
969 fscache_stat(&fscache_n_stores); in __fscache_write_page()
1047 fscache_stat(&fscache_n_store_ops); in __fscache_write_page()
1048 fscache_stat(&fscache_n_stores_ok); in __fscache_write_page()
1063 fscache_stat(&fscache_n_stores_ok); in __fscache_write_page()
[all …]
A Dio.c37 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()
A Dobject.c399 fscache_stat(&fscache_n_cop_grab_object); in fscache_initialise_object()
474 fscache_stat(&fscache_n_object_lookups); in fscache_look_up_object()
558 fscache_stat(&fscache_n_object_created); in fscache_obtained_object()
593 fscache_stat(&fscache_n_object_avail); in fscache_object_available()
737 fscache_stat(&fscache_n_cop_drop_object); in fscache_drop_object()
756 fscache_stat(&fscache_n_object_dead); in fscache_drop_object()
770 fscache_stat(&fscache_n_cop_grab_object); in fscache_get_object()
782 fscache_stat(&fscache_n_cop_put_object); in fscache_put_object()
923 fscache_stat(&fscache_n_checkaux_none); in fscache_check_aux()
932 fscache_stat(&fscache_n_checkaux_okay); in fscache_check_aux()
[all …]
A Doperation.c48 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()
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()
284 fscache_stat(&fscache_n_op_pend); in fscache_submit_op()
288 fscache_stat(&fscache_n_op_pend); in fscache_submit_op()
300 fscache_stat(&fscache_n_op_pend); in fscache_submit_op()
517 fscache_stat(&fscache_n_op_release); in fscache_put_operation()
[all …]
A Dcookie.c281 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()
350 fscache_stat(&fscache_n_acquires_ok); in __fscache_acquire_cookie()
512 fscache_stat(&fscache_n_object_alloc); in fscache_alloc_object()
627 fscache_stat(&fscache_n_invalidates); in __fscache_invalidate()
682 fscache_stat(&fscache_n_updates); in __fscache_update_cookie()
685 fscache_stat(&fscache_n_updates_null); in __fscache_update_cookie()
[all …]
A Dcache.c380 fscache_stat(&fscache_n_cop_sync_cache); in fscache_withdraw_cache()
386 fscache_stat(&fscache_n_cop_dissociate_pages); in fscache_withdraw_cache()
A Dinternal.h260 static inline void fscache_stat(atomic_t *stat) in fscache_stat() function
276 #define fscache_stat(stat) do {} while (0) macro

Completed in 13 milliseconds