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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dquota.h308 int (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */ member in struct:quota_format_ops
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dquota.h308 int (*release_dqblk)(struct dquot *dquot); /* Called when last reference to dquot is being dropped */ member in struct:quota_format_ops
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/quota/
H A Dquota_v2.c304 .release_dqblk = v2_release_dquot,
H A Ddquot.c481 if (dqopt->ops[dquot->dq_type]->release_dqblk) {
482 ret = dqopt->ops[dquot->dq_type]->release_dqblk(dquot);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/quota/
H A Dquota_v2.c304 .release_dqblk = v2_release_dquot,
H A Ddquot.c481 if (dqopt->ops[dquot->dq_type]->release_dqblk) {
482 ret = dqopt->ops[dquot->dq_type]->release_dqblk(dquot);

Completed in 88 milliseconds