Lines Matching refs:m
32 static int xfs_stat_proc_show(struct seq_file *m, void *v) in xfs_stat_proc_show() argument
68 seq_printf(m, "%s", xstats[i].desc); in xfs_stat_proc_show()
71 seq_printf(m, " %u", counter_val(j)); in xfs_stat_proc_show()
72 seq_putc(m, '\n'); in xfs_stat_proc_show()
81 seq_printf(m, "xpc %Lu %Lu %Lu\n", in xfs_stat_proc_show()
83 seq_printf(m, "debug %u\n", in xfs_stat_proc_show()
107 static int xqm_proc_show(struct seq_file *m, void *v) in xqm_proc_show() argument
110 seq_printf(m, "%d\t%d\t%d\t%u\n", in xqm_proc_show()
132 static int xqmstat_proc_show(struct seq_file *m, void *v) in xqmstat_proc_show() argument
136 seq_printf(m, "qm"); in xqmstat_proc_show()
138 seq_printf(m, " %u", counter_val(j)); in xqmstat_proc_show()
139 seq_putc(m, '\n'); in xqmstat_proc_show()