Searched refs:EXT4_MB_STRICT_CHECK (Results 1 – 2 of 2) sorted by relevance
2497 bool should_lock = ac->ac_flags & EXT4_MB_STRICT_CHECK; in ext4_mb_good_group_nolock()5592 if (!(ac->ac_flags & EXT4_MB_STRICT_CHECK) || seq_retry != *seq) { in ext4_mb_discard_preallocations_should_retry()5593 ac->ac_flags |= EXT4_MB_STRICT_CHECK; in ext4_mb_discard_preallocations_should_retry()
165 #define EXT4_MB_STRICT_CHECK 0x4000 macro