Home
last modified time | relevance | path

Searched refs:ext4_abort (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/ext4/
H A Dext4_jbd2.c86 ext4_abort(sb, -journal->j_errno, "Detected aborted journal"); in ext4_journal_check_start()
H A Dext4.h3175 #define ext4_abort(sb, err, fmt, a...) \ macro
H A Dsuper.c1303 ext4_abort(sb, -err, "Couldn't clean up the journal"); in ext4_put_super()
6738 ext4_abort(sb, ESHUTDOWN, "Abort forced by user"); in __ext4_remount()
/linux-6.15/Documentation/admin-guide/
H A Dext4.rst225 Simulate the effects of calling ext4_abort() for debugging purposes.