Lines Matching defs:errno
550 int errno;
553 #define EXT4_ERR_TRANSLATE(err) { .code = EXT4_ERR_##err, .errno = err }
574 static int ext4_errno_to_code(int errno)
579 if (err_translation[i].errno == errno)
829 const char *ext4_decode_error(struct super_block *sb, int errno,
834 switch (errno) {
860 if (snprintf(nbuf, 16, "error %d", -errno) >= 0)
873 unsigned int line, int errno)
884 if (errno == -EROFS && journal_current_handle() == NULL && sb_rdonly(sb))
888 errstr = ext4_decode_error(sb, errno, nbuf);
893 ext4_handle_error(sb, false, -errno, 0, 0, function, line);