Home
last modified time | relevance | path

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

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