ahigh             513 fs/xfs/xfs_fsmap.c 	struct xfs_rtalloc_rec		ahigh = { 0 };
ahigh             519 fs/xfs/xfs_fsmap.c 	ahigh.ar_startext = info->high.rm_startblock;
ahigh             521 fs/xfs/xfs_fsmap.c 	if (do_div(ahigh.ar_startext, tp->t_mountp->m_sb.sb_rextsize))
ahigh             522 fs/xfs/xfs_fsmap.c 		ahigh.ar_startext++;
ahigh             523 fs/xfs/xfs_fsmap.c 	error = xfs_rtalloc_query_range(tp, &alow, &ahigh,
ahigh             530 fs/xfs/xfs_fsmap.c 	error = xfs_getfsmap_rtdev_rtbitmap_helper(tp, &ahigh, info);