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