Home
last modified time | relevance | path

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

/Linux-v5.15/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()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_ag.h127 #define for_each_perag_range(mp, next_agno, end_agno, pag) \ argument
129 (pag) != NULL && (next_agno) <= (end_agno); \