Searched refs:low_rec (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 1046 const struct xfs_rtalloc_rec *low_rec, in xfs_rtalloc_query_range() argument 1058 if (low_rec->ar_startext > high_rec->ar_startext) in xfs_rtalloc_query_range() 1060 if (low_rec->ar_startext >= mp->m_sb.sb_rextents || in xfs_rtalloc_query_range() 1061 low_rec->ar_startext == high_rec->ar_startext) in xfs_rtalloc_query_range() 1067 rtstart = low_rec->ar_startext; in xfs_rtalloc_query_range()
|
D | xfs_alloc.h | 211 const struct xfs_alloc_rec_incore *low_rec,
|
D | xfs_rmap.h | 143 const struct xfs_rmap_irec *low_rec,
|
D | xfs_btree.h | 539 const union xfs_btree_irec *low_rec,
|
D | xfs_rmap.c | 2387 const struct xfs_rmap_irec *low_rec, in xfs_rmap_query_range() argument 2392 union xfs_btree_irec low_brec = { .r = *low_rec }; in xfs_rmap_query_range()
|
D | xfs_alloc.c | 3862 const struct xfs_alloc_rec_incore *low_rec, in xfs_alloc_query_range() argument 3867 union xfs_btree_irec low_brec = { .a = *low_rec }; in xfs_alloc_query_range()
|
D | xfs_btree.c | 4953 const union xfs_btree_irec *low_rec, in xfs_btree_query_range() argument 4963 xfs_btree_key_from_irec(cur, &low_key, low_rec); in xfs_btree_query_range()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_rtalloc.h | 132 const struct xfs_rtalloc_rec *low_rec,
|