Searched refs:start_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 294 start_gno = xfs_fsb_to_gno(mp, start_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() 323 if (xg->xg_gno == start_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 110 start_gno = xfs_fsb_to_gno(mp, start_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() 141 if (xg->xg_gno == start_gno) in xfs_verify_report_losses()
|