Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c377 if ((dqtype & XFS_QMOPT_UQUOTA) && XFS_QI_UQIP(mp)) { in xfs_qm_scall_quotaoff()
378 XFS_PURGE_INODE(XFS_QI_UQIP(mp)); in xfs_qm_scall_quotaoff()
379 XFS_QI_UQIP(mp) = NULL; in xfs_qm_scall_quotaoff()
1030 if (ip == XFS_QI_UQIP(mp) || ip == XFS_QI_GQIP(mp)) { in xfs_qm_dqrele_all_inodes()
Dxfs_quota_priv.h52 #define XFS_QI_UQIP(mp) ((mp)->m_quotainfo->qi_uquotaip) macro
Dxfs_qm.c1889 ASSERT(XFS_QI_UQIP(mp) || XFS_QI_GQIP(mp)); in xfs_qm_quotacheck()
1905 if ((uip = XFS_QI_UQIP(mp))) { in xfs_qm_quotacheck()
2057 XFS_QI_UQIP(mp) = uip; in xfs_qm_init_quotainos()