Lines Matching refs:error
50 * Returns: 0 if the journal is clean or locked, else an error
55 int error;
61 error = gfs2_glock_nq_init(ip->i_gl, LM_ST_SHARED, LM_FLAG_NOEXP |
63 if (error) {
66 "mount.\n", error);
69 error = gfs2_jdesc_check(jd);
70 if (error) {
76 error = gfs2_find_jhead(jd, &head, false);
77 if (error) {
84 error = -EPERM;
93 return error;
102 int error;
104 error = gfs2_glock_nq_init(sdp->sd_freeze_gl, LM_ST_SHARED,
107 if (error)
108 fs_err(sdp, "can't lock the freeze glock: %d\n", error);
109 return error;
141 * wind. If journal had an IO error, the log code should just purge
428 * gfs2_consist_i - Flag a filesystem consistency error and withdraw
435 "fatal: filesystem consistency error - function = %s, file = %s, line = %u\n",
441 * gfs2_consist_inode_i - Flag an inode consistency error and withdraw
450 "fatal: filesystem consistency error\n"
461 * gfs2_consist_rgrpd_i - Flag a RG consistency error and withdraw
473 "fatal: filesystem consistency error\n"
483 * gfs2_meta_check_ii - Flag a magic number consistency error and withdraw
505 * gfs2_metatype_check_ii - Flag a metadata type consistency error and withdraw
527 * gfs2_io_error_i - Flag an I/O error and withdraw
536 "fatal: I/O error\n"
543 * gfs2_io_error_bh_i - Flag a buffer I/O error
554 fs_err(sdp, "fatal: I/O error\n"