Lines Matching refs:qi
32 * qi->qi_tree_lock
35 * qi->qi_lru_lock
107 struct xfs_quotainfo *qi = mp->m_quotainfo;
109 return clamp_t(time64_t, timeout, qi->qi_expiry_min,
110 qi->qi_expiry_max);
164 struct xfs_quotainfo *qi = mp->m_quotainfo;
168 defq = xfs_get_defquota(qi, xfs_dquot_type(dq));
772 struct xfs_quotainfo *qi,
779 mutex_lock(&qi->qi_tree_lock);
782 mutex_unlock(&qi->qi_tree_lock);
790 mutex_unlock(&qi->qi_tree_lock);
797 mutex_unlock(&qi->qi_tree_lock);
813 struct xfs_quotainfo *qi,
820 mutex_lock(&qi->qi_tree_lock);
825 mutex_unlock(&qi->qi_tree_lock);
834 qi->qi_dquots++;
835 mutex_unlock(&qi->qi_tree_lock);
880 struct xfs_quotainfo *qi = mp->m_quotainfo;
881 struct radix_tree_root *tree = xfs_dquot_tree(qi, type);
890 dqp = xfs_qm_dqget_cache_lookup(mp, qi, tree, id);
900 error = xfs_qm_dqget_cache_insert(mp, qi, tree, id, dqp);
969 struct xfs_quotainfo *qi = mp->m_quotainfo;
970 struct radix_tree_root *tree = xfs_dquot_tree(qi, type);
985 dqp = xfs_qm_dqget_cache_lookup(mp, qi, tree, id);
1024 error = xfs_qm_dqget_cache_insert(mp, qi, tree, id, dqp);
1091 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo;
1094 if (list_lru_add(&qi->qi_lru, &dqp->q_lru))