Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dmballoc.c6041 u64 seq_retry = 0; in ext4_mb_discard_preallocations_should_retry() local
6049 seq_retry = ext4_get_discard_pa_seq_sum(); in ext4_mb_discard_preallocations_should_retry()
6050 if (!(ac->ac_flags & EXT4_MB_STRICT_CHECK) || seq_retry != *seq) { in ext4_mb_discard_preallocations_should_retry()
6052 *seq = seq_retry; in ext4_mb_discard_preallocations_should_retry()