Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.c2493 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()
/linux/include/linux/
H A Djbd2.h757 #define JBD2_FC_REPLAY_STOP 0 macro