Searched refs:xfs_perag_next (Results 1 – 13 of 13) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | health.c | 174 while ((pag = xfs_perag_next(mp, pag))) in xchk_mark_all_healthy() 324 while ((pag = xfs_perag_next(mp, pag))) { in xchk_health_record()
|
H A D | fscounters.c | 80 while ((pag = xfs_perag_next(mp, pag))) { in xchk_fscount_warmup() 308 while ((pag = xfs_perag_next(mp, pag))) { in xchk_fscount_aggregate_agcounts()
|
H A D | rtrefcount_repair.c | 454 while ((pag = xfs_perag_next(sc->mp, pag))) { in xrep_rtrefc_find_refcounts()
|
H A D | bmap_repair.c | 547 while ((pag = xfs_perag_next(sc->mp, pag))) { in xrep_bmap_find_mappings()
|
H A D | rtrmap_repair.c | 620 while ((pag = xfs_perag_next(sc->mp, pag))) { in xrep_rtrmap_find_rmaps()
|
H A D | bmap.c | 861 while ((pag = xfs_perag_next(sc->mp, pag))) { in xchk_bmap_check_rmaps()
|
H A D | inode_repair.c | 842 while ((pag = xfs_perag_next(ri->sc->mp, pag))) { in xrep_dinode_count_rmaps()
|
/linux/fs/xfs/ |
H A D | xfs_fsops.c | 548 while ((pag = xfs_perag_next(mp, pag))) { in xfs_fs_reserve_ag_blocks() 588 while ((pag = xfs_perag_next(mp, pag))) in xfs_fs_unreserve_ag_blocks()
|
H A D | xfs_health.c | 57 while ((pag = xfs_perag_next(mp, pag))) in xfs_health_unmount()
|
H A D | xfs_reflink.c | 992 while ((pag = xfs_perag_next(mp, pag))) { in xfs_reflink_recover_cow()
|
H A D | xfs_icache.c | 1465 while ((pag = xfs_perag_next(mp, pag))) in xfs_blockgc_stop()
|
H A D | xfs_log_recover.c | 2856 while ((pag = xfs_perag_next(log->l_mp, pag))) in xlog_recover_process_iunlinks()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.h | 204 xfs_perag_next( in xfs_perag_next() function
|