Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dfast_commit.c2070 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()
2111 JBD2_FC_REPLAY_STOP : -EFSBADCRC; in ext4_fc_replay_scan()
2123 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay_scan()
2132 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()
2134 if (ret < 0 || ret == JBD2_FC_REPLAY_STOP) in ext4_fc_replay_scan()
2176 return JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
2189 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
/Linux-v6.1/fs/jbd2/
Drecovery.c266 if (err < 0 || err == JBD2_FC_REPLAY_STOP) in fc_do_one_pass()
/Linux-v6.1/include/linux/
Djbd2.h763 #define JBD2_FC_REPLAY_STOP 0 macro