Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h785 #define JFS_ACK_ERR 0x004 /* The errno in the sb has been acked */ macro
/linux-4.1.27/fs/jbd/
Dtransaction.c121 (journal->j_errno != 0 && !(journal->j_flags & JFS_ACK_ERR))) { in start_this_handle()
Djournal.c1819 journal->j_flags |= JFS_ACK_ERR; in journal_ack_err()