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);
161 struct xfs_quotainfo *qi = mp->m_quotainfo;
165 defq = xfs_get_defquota(qi, xfs_dquot_type(dq));
750 struct xfs_quotainfo *qi,
757 mutex_lock(&qi->qi_tree_lock);
760 mutex_unlock(&qi->qi_tree_lock);
768 mutex_unlock(&qi->qi_tree_lock);
775 mutex_unlock(&qi->qi_tree_lock);
791 struct xfs_quotainfo *qi,
798 mutex_lock(&qi->qi_tree_lock);
802 mutex_unlock(&qi->qi_tree_lock);
811 qi->qi_dquots++;
812 mutex_unlock(&qi->qi_tree_lock);
854 struct xfs_quotainfo *qi = mp->m_quotainfo;
855 struct radix_tree_root *tree = xfs_dquot_tree(qi, type);
864 dqp = xfs_qm_dqget_cache_lookup(mp, qi, tree, id);
874 error = xfs_qm_dqget_cache_insert(mp, qi, tree, id, dqp);
943 struct xfs_quotainfo *qi = mp->m_quotainfo;
944 struct radix_tree_root *tree = xfs_dquot_tree(qi, type);
959 dqp = xfs_qm_dqget_cache_lookup(mp, qi, tree, id);
998 error = xfs_qm_dqget_cache_insert(mp, qi, tree, id, dqp);
1065 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo;
1068 if (list_lru_add(&qi->qi_lru, &dqp->q_lru))