Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dfast_commit.c2079 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()
2120 JBD2_FC_REPLAY_STOP : -EFSBADCRC; in ext4_fc_replay_scan()
2132 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay_scan()
2141 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()
2143 if (ret < 0 || ret == JBD2_FC_REPLAY_STOP) in ext4_fc_replay_scan()
2185 return JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
2198 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
/openbmc/linux/fs/jbd2/
H A Drecovery.c263 if (err < 0 || err == JBD2_FC_REPLAY_STOP) in fc_do_one_pass()
/openbmc/linux/include/linux/
H A Djbd2.h743 #define JBD2_FC_REPLAY_STOP 0 macro