Searched refs:qi (Results 1 – 3 of 3) sorted by relevance
50 STATIC void xfs_qm_destroy_quotainos(xfs_quotainfo_t *qi);68 struct xfs_quotainfo *qi = mp->m_quotainfo; in xfs_qm_dquot_walk() local69 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dquot_walk()85 mutex_lock(&qi->qi_tree_lock); in xfs_qm_dquot_walk()89 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dquot_walk()107 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dquot_walk()134 struct xfs_quotainfo *qi = mp->m_quotainfo; in xfs_qm_dqpurge() local177 radix_tree_delete(xfs_dquot_tree(qi, dqp->q_core.d_flags), in xfs_qm_dqpurge()179 qi->qi_dquots--; in xfs_qm_dqpurge()186 list_lru_del(&qi->qi_lru, &dqp->q_lru); in xfs_qm_dqpurge()[all …]
90 struct xfs_quotainfo *qi, in xfs_dquot_tree() argument95 return &qi->qi_uquota_tree; in xfs_dquot_tree()97 return &qi->qi_gquota_tree; in xfs_dquot_tree()99 return &qi->qi_pquota_tree; in xfs_dquot_tree()
703 struct xfs_quotainfo *qi = mp->m_quotainfo; in xfs_qm_dqget() local704 struct radix_tree_root *tree = xfs_dquot_tree(qi, type); in xfs_qm_dqget()734 mutex_lock(&qi->qi_tree_lock); in xfs_qm_dqget()740 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget()747 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget()754 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget()797 mutex_lock(&qi->qi_tree_lock); in xfs_qm_dqget()806 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget()819 qi->qi_dquots++; in xfs_qm_dqget()820 mutex_unlock(&qi->qi_tree_lock); in xfs_qm_dqget()[all …]