Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_quota_priv.h46 #define XFS_QI_MPLNEXT(mp) ((mp)->m_quotainfo->qi_dqlist.qh_next) macro
130 for ((dqp) = XFS_QI_MPLNEXT(mp); (dqp) != NULL; (dqp) = (dqp)->MPL_NEXT)
Dxfs_qm.c501 dqp = XFS_QI_MPLNEXT(mp); in xfs_qm_detach_gdquots()
568 dqp = XFS_QI_MPLNEXT(mp); in xfs_qm_dqpurge_int()