Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Djfs_compat.h77 #define JBD2_FC_REPLAY_STOP 0 macro
/third_party/e2fsprogs/e2fsck/
Djournal.c326 ret = JBD2_FC_REPLAY_STOP; in ext4_fc_replay_scan()
354 JBD2_FC_REPLAY_STOP : -EFSBADCRC; in ext4_fc_replay_scan()
375 JBD2_FC_REPLAY_STOP : -ECANCELED; in ext4_fc_replay_scan()
377 if (ret < 0 || ret == JBD2_FC_REPLAY_STOP) in ext4_fc_replay_scan()
934 return JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
944 return JBD2_FC_REPLAY_STOP; in ext4_fc_replay()
Drecovery.c260 if (err < 0 || err == JBD2_FC_REPLAY_STOP) in fc_do_one_pass()