Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c5055 u64 seq_retry = 0; in ext4_mb_discard_preallocations_should_retry() local
5063 seq_retry = ext4_get_discard_pa_seq_sum(); in ext4_mb_discard_preallocations_should_retry()
5064 if (!(ac->ac_flags & EXT4_MB_STRICT_CHECK) || seq_retry != *seq) { in ext4_mb_discard_preallocations_should_retry()
5066 *seq = seq_retry; in ext4_mb_discard_preallocations_should_retry()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c6060 u64 seq_retry = 0; in ext4_mb_discard_preallocations_should_retry() local
6068 seq_retry = ext4_get_discard_pa_seq_sum(); in ext4_mb_discard_preallocations_should_retry()
6069 if (!(ac->ac_flags & EXT4_MB_STRICT_CHECK) || seq_retry != *seq) { in ext4_mb_discard_preallocations_should_retry()
6071 *seq = seq_retry; in ext4_mb_discard_preallocations_should_retry()

Completed in 15 milliseconds