Lines Matching defs:error
158 * @error: The i/o status
161 * error flag according to the status of the i/o request. This is
168 blk_status_t error)
179 if (error)
765 int error = 0;
780 error = gfs2_replay_read_block(jd, start, &bh_log);
781 if (error)
782 return error;
788 error = -EIO;
813 if (error)
819 return error;
822 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
827 if (error) {
916 int error;
924 error = gfs2_replay_read_block(jd, start, &bh);
925 if (error)
926 return error;
934 error = gfs2_revoke_add(jd, blkno, start);
935 if (error < 0) {
937 return error;
939 else if (error)
955 static void revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
959 if (error) {
997 int error = 0;
1012 error = gfs2_replay_read_block(jd, start, &bh_log);
1013 if (error)
1014 return error;
1032 return error;
1037 static void databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
1042 if (error) {