Searched refs:release_dqblk (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dquota.h319 int (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */ member in struct:quota_format_ops
/linux-master/fs/quota/
H A Dquota_v2.c425 .release_dqblk = v2_release_dquot,
H A Ddquot.c538 if (dqopt->ops[dquot->dq_id.type]->release_dqblk) {
539 ret = dqopt->ops[dquot->dq_id.type]->release_dqblk(dquot);

Completed in 100 milliseconds