Searched refs:ex_stats (Results 1 – 3 of 3) sorted by relevance
40 if (exp && exp->ex_stats) in nfsd_stats_fh_stale_inc()41 percpu_counter_inc(&exp->ex_stats->counter[EXP_STATS_FH_STALE]); in nfsd_stats_fh_stale_inc()48 if (exp && exp->ex_stats) in nfsd_stats_io_read_add()49 percpu_counter_add(&exp->ex_stats->counter[EXP_STATS_IO_READ], amount); in nfsd_stats_io_read_add()56 if (exp && exp->ex_stats) in nfsd_stats_io_write_add()57 percpu_counter_add(&exp->ex_stats->counter[EXP_STATS_IO_WRITE], amount); in nfsd_stats_io_write_add()
360 export_stats_destroy(exp->ex_stats); in svc_export_put()361 kfree(exp->ex_stats); in svc_export_put()775 struct percpu_counter *counter = exp->ex_stats->counter; in svc_export_show()777 seq_printf(m, "\t%lld\n", exp->ex_stats->start_time); in svc_export_show()829 export_stats_reset(new->ex_stats); in svc_export_init()866 i->ex_stats = kmalloc(sizeof(*(i->ex_stats)), GFP_KERNEL); in svc_export_alloc()867 if (!i->ex_stats) { in svc_export_alloc()872 if (export_stats_init(i->ex_stats)) { in svc_export_alloc()873 kfree(i->ex_stats); in svc_export_alloc()
80 struct export_stats *ex_stats; member