Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext4/
Dfast_commit.c2072 JBD2_FC_REPLAY_STOP : -EFSBADCRC; in ext4_fc_replay_scan()
2084 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay_scan()
2093 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()
2095 if (ret < 0 || ret == JBD2_FC_REPLAY_STOP) in ext4_fc_replay_scan()
2137 return JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
2149 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
/linux-5.19.10/fs/jbd2/
Drecovery.c260 if (err < 0 || err == JBD2_FC_REPLAY_STOP) in fc_do_one_pass()
/linux-5.19.10/include/linux/
Djbd2.h764 #define JBD2_FC_REPLAY_STOP 0 macro