Home
last modified time | relevance | path

Searched refs:qi (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/
Dxfs_qm.c50 STATIC void xfs_qm_destroy_quotainos(xfs_quotainfo_t *qi);
68 struct xfs_quotainfo *qi = mp->m_quotainfo; in xfs_qm_dquot_walk() local
69 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() local
177 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 …]
Dxfs_qm.h90 struct xfs_quotainfo *qi, in xfs_dquot_tree() argument
95 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()
Dxfs_dquot.c703 struct xfs_quotainfo *qi = mp->m_quotainfo; in xfs_qm_dqget() local
704 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 …]