Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ag.h191 xfs_agnumber_t end_agno) in xfs_perag_next() argument
197 if (*agno > end_agno) in xfs_perag_next()
202 #define for_each_perag_range(mp, agno, end_agno, pag) \ argument
205 (pag) = xfs_perag_next((pag), &(agno), (end_agno)))
/Linux-v6.1/fs/xfs/
Dxfs_discard.c159 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim() local
199 end_agno = xfs_daddr_to_agno(mp, end); in xfs_ioc_trim()
201 for (agno = start_agno; agno <= end_agno; agno++) { in xfs_ioc_trim()
Dxfs_notify_failure.c118 xfs_agnumber_t end_agno = XFS_FSB_TO_AGNO(mp, end_fsbno); in xfs_dax_notify_ddev_failure() local
124 for (; agno <= end_agno; agno++) { in xfs_dax_notify_ddev_failure()
146 if (agno == end_agno) in xfs_dax_notify_ddev_failure()