Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Djbd2.h1389 #define JBD2_ACK_ERR 0x004 /* The errno in the sb has been acked */ macro
/linux-5.19.10/fs/jbd2/
Dtransaction.c386 (journal->j_errno != 0 && !(journal->j_flags & JBD2_ACK_ERR))) { in start_this_handle()
Djournal.c2690 journal->j_flags |= JBD2_ACK_ERR; in jbd2_journal_ack_err()