Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A 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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ag.h226 xfs_agnumber_t end_agno) in xfs_perag_next()
232 while (*agno <= end_agno) { in xfs_perag_next()
241 #define for_each_perag_range(mp, agno, end_agno, pag) \
244 (pag) = xfs_perag_next((pag), &(agno), (end_agno)))
223 xfs_perag_next( struct xfs_perag *pag, xfs_agnumber_t *agno, xfs_agnumber_t end_agno) xfs_perag_next() argument
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds