Home
last modified time | relevance | path

Searched refs:dqstats_inc (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/quota/
Dquota_v1.c74 dqstats_inc(DQST_READS); in v1_read_dqblk()
106 dqstats_inc(DQST_WRITES); in v1_commit_dqblk()
Ddquot.c298 dqstats_inc(DQST_FREE_DQUOTS); in put_dquot_last()
314 dqstats_inc(DQST_ALLOC_DQUOTS); in put_inuse()
580 dqstats_inc(DQST_LOOKUPS); in dquot_scan_active()
626 dqstats_inc(DQST_LOOKUPS); in dquot_quota_sync()
638 dqstats_inc(DQST_SYNCS); in dquot_quota_sync()
728 dqstats_inc(DQST_DROPS); in dqput()
846 dqstats_inc(DQST_LOOKUPS); in dqget()
852 dqstats_inc(DQST_CACHE_HITS); in dqget()
853 dqstats_inc(DQST_LOOKUPS); in dqget()
Dquota_tree.c390 dqstats_inc(DQST_WRITES); in qtree_write_dquot()
645 dqstats_inc(DQST_READS); in qtree_read_dquot()
/linux-2.6.39/include/linux/
Dquota.h262 static inline void dqstats_inc(unsigned int type) in dqstats_inc() function