Searched refs:xfs_rtfind_forw (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_rtalloc.c | 83 STATIC int xfs_rtfind_forw(xfs_mount_t *, xfs_trans_t *, xfs_rtblock_t, 299 error = xfs_rtfind_forw(mp, tp, next, end, &i); in xfs_rtallocate_extent_block() 782 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtallocate_range() 1385 xfs_rtfind_forw( in xfs_rtfind_forw() function 1588 error = xfs_rtfind_forw(mp, tp, end, mp->m_sb.sb_rextents - 1, in xfs_rtfree_range()
|