Searched refs:xfs_rtfind_forw (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.c | 269 xfs_rtfind_forw( in xfs_rtfind_forw() function 721 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtfree_range() 1042 error = xfs_rtfind_forw(mp, tp, rtstart, in xfs_rtalloc_query_range()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_rtbitmap.c | 269 xfs_rtfind_forw( in xfs_rtfind_forw() function 721 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtfree_range() 1076 error = xfs_rtfind_forw(mp, tp, rtstart, high_key, &rtend); in xfs_rtalloc_query_range()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_rtalloc.h | 111 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
|
H A D | xfs_rtalloc.c | 168 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtallocate_range() 293 error = xfs_rtfind_forw(mp, tp, next, end, &i); in xfs_rtallocate_extent_block()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_rtalloc.h | 116 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp,
|
H A D | xfs_rtalloc.c | 168 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtallocate_range() 310 error = xfs_rtfind_forw(mp, tp, next, end, &i); in xfs_rtallocate_extent_block()
|
Completed in 7 milliseconds