Lines Matching refs:q
291 struct xfs_dqtrx *q) in xfs_trans_dqlockedjoin() argument
293 ASSERT(q[0].qt_dquot != NULL); in xfs_trans_dqlockedjoin()
294 if (q[1].qt_dquot == NULL) { in xfs_trans_dqlockedjoin()
295 xfs_dqlock(q[0].qt_dquot); in xfs_trans_dqlockedjoin()
296 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
299 xfs_dqlock2(q[0].qt_dquot, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
300 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
301 xfs_trans_dqjoin(tp, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
640 struct xfs_quotainfo *q = mp->m_quotainfo; in xfs_trans_dqresv() local
647 defq = xfs_get_defquota(q, xfs_dquot_type(dqp)); in xfs_trans_dqresv()
843 struct xfs_qoff_logitem *q; in xfs_trans_get_qoff_item() local
847 q = xfs_qm_qoff_logitem_init(tp->t_mountp, startqoff, flags); in xfs_trans_get_qoff_item()
848 ASSERT(q != NULL); in xfs_trans_get_qoff_item()
853 xfs_trans_add_item(tp, &q->qql_item); in xfs_trans_get_qoff_item()
854 return q; in xfs_trans_get_qoff_item()