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