Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_qm_syscalls.c364 if ((dqtype & XFS_QMOPT_UQUOTA) && XFS_QI_UQIP(mp)) { in xfs_qm_scall_quotaoff()
365 IRELE(XFS_QI_UQIP(mp)); in xfs_qm_scall_quotaoff()
366 XFS_QI_UQIP(mp) = NULL; in xfs_qm_scall_quotaoff()
1066 if (ip == XFS_QI_UQIP(mp) || ip == XFS_QI_GQIP(mp)) { in xfs_qm_dqrele_inodes_ag()
Dxfs_quota_priv.h33 #define XFS_QI_UQIP(mp) ((mp)->m_quotainfo->qi_uquotaip) macro
Dxfs_qm.c1806 ASSERT(XFS_QI_UQIP(mp) || XFS_QI_GQIP(mp)); in xfs_qm_quotacheck()
1822 if ((uip = XFS_QI_UQIP(mp))) { in xfs_qm_quotacheck()
1979 XFS_QI_UQIP(mp) = uip; in xfs_qm_init_quotainos()