Searched refs:high_rec (Results 1 – 8 of 8) sorted by relevance
1013 const struct xfs_rtalloc_rec *high_rec, in xfs_rtalloc_query_range() argument1025 if (low_rec->ar_startext > high_rec->ar_startext) in xfs_rtalloc_query_range()1028 low_rec->ar_startext == high_rec->ar_startext) in xfs_rtalloc_query_range()1031 high_key = min(high_rec->ar_startext, mp->m_sb.sb_rextents - 1); in xfs_rtalloc_query_range()
229 const struct xfs_alloc_rec_incore *high_rec,
143 const struct xfs_rmap_irec *high_rec,
500 const union xfs_btree_irec *high_rec,
2302 const struct xfs_rmap_irec *high_rec, in xfs_rmap_query_range() argument2311 high_brec.r = *high_rec; in xfs_rmap_query_range()
3468 const struct xfs_alloc_rec_incore *high_rec, in xfs_alloc_query_range() argument3478 high_brec.a = *high_rec; in xfs_alloc_query_range()
4839 const union xfs_btree_irec *high_rec, in xfs_btree_query_range() argument4848 cur->bc_rec = *high_rec; in xfs_btree_query_range()
128 const struct xfs_rtalloc_rec *high_rec,
Completed in 27 milliseconds