Home
last modified time | relevance | path

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

/Linux-v5.4/fs/quota/
Dquota_v1.c222 .commit_dqblk = v1_commit_dqblk,
Dquota_v2.c380 .commit_dqblk = v2_write_dquot,
Ddquot.c442 ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot); in dquot_acquire()
481 ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot); in dquot_commit()
/Linux-v5.4/include/linux/
Dquota.h316 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */ member