Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.h230 xfs_agnumber_t end_agno) in xfs_perag_next() argument
236 while (*agno <= end_agno) { in xfs_perag_next()
245 #define for_each_perag_range(mp, agno, end_agno, pag) \ argument
248 (pag) = xfs_perag_next((pag), &(agno), (end_agno)))
/openbmc/linux/fs/xfs/
H A Dxfs_notify_failure.c119 xfs_agnumber_t end_agno = XFS_FSB_TO_AGNO(mp, end_fsbno); in xfs_dax_notify_ddev_failure() local
125 for (; agno <= end_agno; agno++) { in xfs_dax_notify_ddev_failure()
147 if (agno == end_agno) in xfs_dax_notify_ddev_failure()