Lines Matching refs:dquot

467 	struct dquot *dquot;  in ocfs2_recover_local_quota_file()  local
499 dquot = dqget(sb, in ocfs2_recover_local_quota_file()
502 if (!dquot) { in ocfs2_recover_local_quota_file()
531 dquot->dq_dqb.dqb_curspace += spacechange; in ocfs2_recover_local_quota_file()
532 dquot->dq_dqb.dqb_curinodes += inodechange; in ocfs2_recover_local_quota_file()
537 status = ocfs2_global_release_dquot(dquot); in ocfs2_recover_local_quota_file()
562 dqput(dquot); in ocfs2_recover_local_quota_file()
896 int ocfs2_local_write_dquot(struct dquot *dquot) in ocfs2_local_write_dquot() argument
898 struct super_block *sb = dquot->dq_sb; in ocfs2_local_write_dquot()
899 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_local_write_dquot()
901 struct inode *lqinode = sb_dqopt(sb)->files[dquot->dq_id.type]; in ocfs2_local_write_dquot()
1219 int ocfs2_create_local_dquot(struct dquot *dquot) in ocfs2_create_local_dquot() argument
1221 struct super_block *sb = dquot->dq_sb; in ocfs2_create_local_dquot()
1222 int type = dquot->dq_id.type; in ocfs2_create_local_dquot()
1225 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_create_local_dquot()
1251 status = ocfs2_local_write_dquot(dquot); in ocfs2_create_local_dquot()
1273 int ocfs2_local_release_dquot(handle_t *handle, struct dquot *dquot) in ocfs2_local_release_dquot() argument
1276 int type = dquot->dq_id.type; in ocfs2_local_release_dquot()
1277 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); in ocfs2_local_release_dquot()
1278 struct super_block *sb = dquot->dq_sb; in ocfs2_local_release_dquot()