Searched refs:end_agno (Results 1 – 2 of 2) sorted by relevance
159 xfs_agnumber_t start_agno, end_agno, agno; in xfs_ioc_trim() local199 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()
127 #define for_each_perag_range(mp, next_agno, end_agno, pag) \ argument129 (pag) != NULL && (next_agno) <= (end_agno); \