Searched defs:dqopt (Results 1 - 2 of 2) sorted by relevance

/fs/quota/
H A Dquota_v1.c159 struct quota_info *dqopt = sb_dqopt(sb); local
172 dqopt->info[type].dqi_maxblimit = 0xffffffff;
173 dqopt->info[type].dqi_maxilimit = 0xffffffff;
174 dqopt->info[type].dqi_igrace =
176 dqopt->info[type].dqi_bgrace =
184 struct quota_info *dqopt = sb_dqopt(sb); local
188 dqopt->info[type].dqi_flags &= ~DQF_INFO_DIRTY;
196 dqblk.dqb_itime = dqopt->info[type].dqi_igrace;
197 dqblk.dqb_btime = dqopt->info[type].dqi_bgrace;
H A Ddquot.c406 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); local
409 mutex_lock(&dqopt->dqio_mutex);
411 ret = dqopt->ops[dquot->dq_id.type]->read_dqblk(dquot);
417 ret = dqopt->ops[dquot->dq_id.type]->commit_dqblk(dquot);
419 if (info_dirty(&dqopt->info[dquot->dq_id.type])) {
420 ret2 = dqopt->ops[dquot->dq_id.type]->write_file_info(
432 mutex_unlock(&dqopt->dqio_mutex);
444 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); local
446 mutex_lock(&dqopt->dqio_mutex);
456 ret = dqopt
471 struct quota_info *dqopt = sb_dqopt(dquot->dq_sb); local
609 struct quota_info *dqopt = sb_dqopt(sb); local
658 struct quota_info *dqopt = sb_dqopt(sb); local
1954 struct quota_info *dqopt = sb_dqopt(sb); local
1997 struct quota_info *dqopt = sb_dqopt(sb); local
2145 struct quota_info *dqopt = sb_dqopt(sb); local
2253 struct quota_info *dqopt = sb_dqopt(sb); local
2313 struct quota_info *dqopt = sb_dqopt(sb); local
[all...]

Completed in 37 milliseconds