Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1354 #define JBD2_ACK_ERR 0x004 /* The errno in the sb has been acked */ macro
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dtransaction.c380 (journal->j_errno != 0 && !(journal->j_flags & JBD2_ACK_ERR))) { in start_this_handle()
H A Djournal.c2518 journal->j_flags |= JBD2_ACK_ERR; in jbd2_journal_ack_err()