Searched refs:JBD2_FC_REPLAY_STOP (Results 1 – 3 of 3) sorted by relevance
2087 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()2128 JBD2_FC_REPLAY_STOP : -EFSBADCRC; in ext4_fc_replay_scan()2140 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay_scan()2149 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()2151 if (ret < 0 || ret == JBD2_FC_REPLAY_STOP) in ext4_fc_replay_scan()2193 return JBD2_FC_REPLAY_STOP; in ext4_fc_replay()2206 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
266 if (err < 0 || err == JBD2_FC_REPLAY_STOP) in fc_do_one_pass()
763 #define JBD2_FC_REPLAY_STOP 0 macro