Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dfast_commit.c2084 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()
2125 JBD2_FC_REPLAY_STOP : -EFSBADCRC; in ext4_fc_replay_scan()
2137 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay_scan()
2146 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()
2148 if (ret < 0 || ret == JBD2_FC_REPLAY_STOP) in ext4_fc_replay_scan()
2190 return JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
2203 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
/linux-6.15/fs/jbd2/
H A Drecovery.c259 if (err < 0 || err == JBD2_FC_REPLAY_STOP) in fc_do_one_pass()
/linux-6.15/include/linux/
H A Djbd2.h735 #define JBD2_FC_REPLAY_STOP 0 macro