Searched refs:XFS_IS_UQUOTA_RUNNING (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ | ||
D | xfs_dquot.h | 127 #define XFS_IS_UQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT) macro |
D | xfs_qm.c | 1205 (XFS_IS_UQUOTA_RUNNING(mp)) ? in xfs_qm_init_quotainfo() |