Searched refs:commit_dqblk (Results 1 – 4 of 4) sorted by relevance
221 .commit_dqblk = v1_commit_dqblk,
406 .commit_dqblk = v2_write_dquot,
472 ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot); in dquot_acquire()514 ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot); in dquot_commit()
318 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */ member