Home
last modified time | relevance | path

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

/linux-6.15/fs/quota/
H A Dquota_v1.c227 .commit_dqblk = v1_commit_dqblk,
H A Dquota_v2.c424 .commit_dqblk = v2_write_dquot,
H A Ddquot.c470 ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot); in dquot_acquire()
512 ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot); in dquot_commit()
/linux-6.15/include/linux/
H A Dquota.h318 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */ member