Home
last modified time | relevance | path

Searched refs:XFS_IS_PQUOTA_RUNNING (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_quota_defs.h77 #define XFS_IS_PQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_PQUOTA_ACCT) macro
/linux-4.1.27/fs/xfs/
Dxfs_quotaops.c87 if (XFS_IS_PQUOTA_RUNNING(mp)) in xfs_fs_get_quota_state()