Home
last modified time | relevance | path

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

/linux-6.15/fs/quota/
H A Dquota_v1.c77 dqstats_inc(DQST_READS); in v1_read_dqblk()
110 dqstats_inc(DQST_WRITES); in v1_commit_dqblk()
H A Ddquot.c315 dqstats_inc(DQST_FREE_DQUOTS); in put_dquot_last()
340 dqstats_inc(DQST_ALLOC_DQUOTS); in put_inuse()
732 dqstats_inc(DQST_SYNCS); in dquot_writeback_dquots()
865 dqstats_inc(DQST_DROPS); in dqput()
961 dqstats_inc(DQST_LOOKUPS); in dqget()
967 dqstats_inc(DQST_CACHE_HITS); in dqget()
968 dqstats_inc(DQST_LOOKUPS); in dqget()
H A Dquota_tree.c471 dqstats_inc(DQST_WRITES); in qtree_write_dquot()
776 dqstats_inc(DQST_READS); in qtree_read_dquot()
/linux-6.15/include/linux/
H A Dquota.h272 static inline void dqstats_inc(unsigned int type) in dqstats_inc() function