Home
last modified time | relevance | path

Searched refs:EXT4_MB_SEARCH_NEXT_LINEAR (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/ext4/
Dmballoc.c937 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()
Dext4.h171 #define EXT4_MB_SEARCH_NEXT_LINEAR 0x00020000 macro