Searched refs:ex_stats (Results 1 – 3 of 3) sorted by relevance
35 if (exp && exp->ex_stats) in nfsd_stats_fh_stale_inc()36 percpu_counter_inc(&exp->ex_stats->counter[EXP_STATS_FH_STALE]); in nfsd_stats_fh_stale_inc()43 if (exp && exp->ex_stats) in nfsd_stats_io_read_add()44 percpu_counter_add(&exp->ex_stats->counter[EXP_STATS_IO_READ], amount); in nfsd_stats_io_read_add()51 if (exp && exp->ex_stats) in nfsd_stats_io_write_add()52 percpu_counter_add(&exp->ex_stats->counter[EXP_STATS_IO_WRITE], amount); in nfsd_stats_io_write_add()
364 export_stats_destroy(exp->ex_stats); in svc_export_put()365 kfree(exp->ex_stats); in svc_export_put()778 struct percpu_counter *counter = exp->ex_stats->counter; in svc_export_show()780 seq_printf(m, "\t%lld\n", exp->ex_stats->start_time); in svc_export_show()832 export_stats_reset(new->ex_stats); in svc_export_init()869 i->ex_stats = kmalloc(sizeof(*(i->ex_stats)), GFP_KERNEL); in svc_export_alloc()870 if (!i->ex_stats) { in svc_export_alloc()875 if (export_stats_init(i->ex_stats)) { in svc_export_alloc()876 kfree(i->ex_stats); in svc_export_alloc()
80 struct export_stats *ex_stats; member
Completed in 9 milliseconds