Searched refs:end_gno (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_notify_failure.c | 252 uint32_t start_gno, end_gno; in xfs_dax_notify_dev_failure() local 295 end_gno = xfs_fsb_to_gno(mp, end_bno, type); in xfs_dax_notify_dev_failure() 296 while ((xg = xfs_group_next_range(mp, xg, start_gno, end_gno, type))) { in xfs_dax_notify_dev_failure() 326 if (xg->xg_gno == end_gno) in xfs_dax_notify_dev_failure()
|
| H A D | xfs_verify_media.c | 98 uint32_t start_gno, end_gno; in xfs_verify_report_losses() local 111 end_gno = xfs_fsb_to_gno(mp, end_bno, type); in xfs_verify_report_losses() 112 while ((xg = xfs_group_next_range(mp, xg, start_gno, end_gno, type))) { in xfs_verify_report_losses() 144 if (xg->xg_gno == end_gno) in xfs_verify_report_losses()
|