Searched refs:ahigh (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_fsmap.c510 struct xfs_rtalloc_rec ahigh = { 0 }; local
543 ahigh.ar_startext = xfs_rtb_to_rtxup(mp, end_rtb);
544 error = xfs_rtalloc_query_range(mp, tp, &alow, &ahigh,
554 ahigh.ar_startext = min(mp->m_sb.sb_rextents, ahigh.ar_startext);
556 error = xfs_getfsmap_rtdev_rtbitmap_helper(mp, tp, &ahigh, info);

Completed in 97 milliseconds