Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dmballoc.c940 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()
Dext4.h170 #define EXT4_MB_SEARCH_NEXT_LINEAR 0x00020000 macro