Lines Matching refs:DEFINE_ALLOC_EVENT
1618 #define DEFINE_ALLOC_EVENT(name) \ macro
1622 DEFINE_ALLOC_EVENT(xfs_alloc_exact_done);
1623 DEFINE_ALLOC_EVENT(xfs_alloc_exact_notfound);
1624 DEFINE_ALLOC_EVENT(xfs_alloc_exact_error);
1625 DEFINE_ALLOC_EVENT(xfs_alloc_near_nominleft);
1626 DEFINE_ALLOC_EVENT(xfs_alloc_near_first);
1627 DEFINE_ALLOC_EVENT(xfs_alloc_near_greater);
1628 DEFINE_ALLOC_EVENT(xfs_alloc_near_lesser);
1629 DEFINE_ALLOC_EVENT(xfs_alloc_near_error);
1630 DEFINE_ALLOC_EVENT(xfs_alloc_near_noentry);
1631 DEFINE_ALLOC_EVENT(xfs_alloc_near_busy);
1632 DEFINE_ALLOC_EVENT(xfs_alloc_size_neither);
1633 DEFINE_ALLOC_EVENT(xfs_alloc_size_noentry);
1634 DEFINE_ALLOC_EVENT(xfs_alloc_size_nominleft);
1635 DEFINE_ALLOC_EVENT(xfs_alloc_size_done);
1636 DEFINE_ALLOC_EVENT(xfs_alloc_size_error);
1637 DEFINE_ALLOC_EVENT(xfs_alloc_size_busy);
1638 DEFINE_ALLOC_EVENT(xfs_alloc_small_freelist);
1639 DEFINE_ALLOC_EVENT(xfs_alloc_small_notenough);
1640 DEFINE_ALLOC_EVENT(xfs_alloc_small_done);
1641 DEFINE_ALLOC_EVENT(xfs_alloc_small_error);
1642 DEFINE_ALLOC_EVENT(xfs_alloc_vextent_badargs);
1643 DEFINE_ALLOC_EVENT(xfs_alloc_vextent_nofix);
1644 DEFINE_ALLOC_EVENT(xfs_alloc_vextent_noagbp);
1645 DEFINE_ALLOC_EVENT(xfs_alloc_vextent_loopfailed);
1646 DEFINE_ALLOC_EVENT(xfs_alloc_vextent_allfailed);