Searched refs:JBD2_FC_REPLAY_STOP (Results 1 – 2 of 2) sorted by relevance
2493 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()2534 JBD2_FC_REPLAY_STOP : -EFSBADCRC; in ext4_fc_replay_scan()2546 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay_scan()2555 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()2557 if (ret < 0 || ret == JBD2_FC_REPLAY_STOP) in ext4_fc_replay_scan()2599 return JBD2_FC_REPLAY_STOP; in ext4_fc_replay()2612 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
757 #define JBD2_FC_REPLAY_STOP 0 macro