Home
last modified time | relevance | path

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

/linux-2.6.39/fs/quota/
Dquota_v1.c212 .commit_dqblk = v1_commit_dqblk,
Dquota_v2.c303 .commit_dqblk = v2_write_dquot,
Ddquot.c419 ret = dqopt->ops[dquot->dq_type]->commit_dqblk(dquot); in dquot_acquire()
458 ret = dqopt->ops[dquot->dq_type]->commit_dqblk(dquot); in dquot_commit()
/linux-2.6.39/include/linux/
Dquota.h307 int (*commit_dqblk)(struct dquot *dquot); /* Write structure for one user */ member