Lines Matching refs:m_quotainfo
338 if (mp->m_quotainfo) in xfs_qm_unmount_quotadestroy()
394 ASSERT(mp->m_quotainfo == NULL); in xfs_qm_mount_quotas()
472 if (mp->m_quotainfo) { in xfs_qm_unmount_quotas()
473 if ((uqp = mp->m_quotainfo->qi_uquotaip) != NULL) { in xfs_qm_unmount_quotas()
484 if ((gqp = mp->m_quotainfo->qi_gquotaip) != NULL) { in xfs_qm_unmount_quotas()
498 mp->m_quotainfo->qi_uquotaip = NULL; in xfs_qm_unmount_quotas()
502 mp->m_quotainfo->qi_gquotaip = NULL; in xfs_qm_unmount_quotas()
522 if (mp->m_quotainfo == NULL) in xfs_qm_dqflush_all()
624 if (mp->m_quotainfo == NULL) in xfs_qm_dqpurge_int()
700 if (mp->m_quotainfo) { in xfs_qm_dqpurge_all()
1169 qinf = mp->m_quotainfo = kmem_zalloc(sizeof(xfs_quotainfo_t), KM_SLEEP); in xfs_qm_init_quotainfo()
1177 mp->m_quotainfo = NULL; in xfs_qm_init_quotainfo()
1279 qi = mp->m_quotainfo; in xfs_qm_destroy_quotainfo()
1303 mp->m_quotainfo = NULL; in xfs_qm_destroy_quotainfo()
1977 ASSERT(mp->m_quotainfo != NULL); in xfs_qm_quotacheck()
2000 ASSERT(mp->m_quotainfo); in xfs_qm_init_quotainos()
2845 ASSERT(mp->m_quotainfo); in xfs_qm_mplist_nowait()