Searched refs:dqstats (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dquota.h265 struct dqstats { struct
270 extern struct dqstats dqstats;
274 percpu_counter_inc(&dqstats.counter[type]);
279 percpu_counter_dec(&dqstats.counter[type]);
/linux-master/fs/quota/
H A Ddquot.c245 * list as soon as they are used again and dqstats.free_dquots gives the number
265 struct dqstats dqstats; variable in typeref:struct:dqstats
266 EXPORT_SYMBOL(dqstats); variable
805 percpu_counter_read_positive(&dqstats.counter[DQST_FREE_DQUOTS]));
2917 unsigned int type = (unsigned long *)table->data - dqstats.stat;
2918 s64 value = percpu_counter_sum(&dqstats.counter[type]);
2926 dqstats.stat[type] = value;
2933 .data = &dqstats.stat[DQST_LOOKUPS],
2940 .data = &dqstats
[all...]

Completed in 183 milliseconds