Lines Matching defs:errno
26 #include <linux/errno.h>
1755 "(start %ld, seq %u, errno %d)\n",
2036 * Update a journal's errno. Write updated superblock to disk waiting for IO
2048 jbd2_debug(1, "JBD2: updating superblock error (errno %d)\n", errcode);
2529 * @errno: an error number to record in the journal indicating
2558 * Finally, the jbd2_journal_abort call allows the caller to supply an errno
2567 void jbd2_journal_abort(journal_t *journal, int errno)
2588 if (old_errno != -ESHUTDOWN && errno == -ESHUTDOWN) {
2589 journal->j_errno = errno;
2603 journal->j_errno = errno;
2610 * Record errno to the journal super block, so that fsck and jbd2
2621 * This is the errno number set with jbd2_journal_abort(), the last