Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c381 if ((dqtype & XFS_QMOPT_GQUOTA) && XFS_QI_GQIP(mp)) { in xfs_qm_scall_quotaoff()
382 XFS_PURGE_INODE(XFS_QI_GQIP(mp)); in xfs_qm_scall_quotaoff()
383 XFS_QI_GQIP(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.h53 #define XFS_QI_GQIP(mp) ((mp)->m_quotainfo->qi_gquotaip) macro
Dxfs_qm.c1889 ASSERT(XFS_QI_UQIP(mp) || XFS_QI_GQIP(mp)); in xfs_qm_quotacheck()
1911 if ((gip = XFS_QI_GQIP(mp))) { in xfs_qm_quotacheck()
2058 XFS_QI_GQIP(mp) = gip; in xfs_qm_init_quotainos()