Searched refs:xfs_rtfind_forw (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 330 xfs_rtfind_forw( in xfs_rtfind_forw() function 740 error = xfs_rtfind_forw(args, end, mp->m_sb.sb_rextents - 1, in xfs_rtfree_range() 1081 error = xfs_rtfind_forw(&args, start, end, &rtend); in xfs_rtalloc_query_range()
|
D | xfs_rtbitmap.h | 284 int xfs_rtfind_forw(struct xfs_rtalloc_args *args, xfs_rtxnum_t start,
|
/linux-6.12.1/fs/xfs/ |
D | xfs_rtalloc.c | 152 error = xfs_rtfind_forw(args, end, mp->m_sb.sb_rextents - 1, in xfs_rtallocate_range() 299 error = xfs_rtfind_forw(args, next, end, &i); in xfs_rtallocate_extent_block()
|