Searched refs:commit_dqblk (Results 1 – 4 of 4) sorted by relevance
240 int (*commit_dqblk)(struct dquot *dquot); /* Write (or delete) structure for one user */ member
217 commit_dqblk: v1_commit_dqblk,
330 static int commit_dqblk(struct dquot *dquot) in commit_dqblk() function336 ret = dqopt->ops[dquot->dq_type]->commit_dqblk(dquot); in commit_dqblk()1231 write_dquot: commit_dqblk
672 commit_dqblk: v2_commit_dquot,