Searched refs:EXT4_MB_SEARCH_NEXT_LINEAR (Results 1 – 2 of 2) sorted by relevance
937 ac->ac_flags |= EXT4_MB_SEARCH_NEXT_LINEAR; in ext4_mb_choose_next_group_cr1()1020 if (ac->ac_flags & EXT4_MB_SEARCH_NEXT_LINEAR) { in next_linear_group()1021 ac->ac_flags &= ~EXT4_MB_SEARCH_NEXT_LINEAR; in next_linear_group()
171 #define EXT4_MB_SEARCH_NEXT_LINEAR 0x00020000 macro