Lines Matching refs:error
161 * @error: The i/o status
164 * error flag according to the status of the i/o request. This is
171 blk_status_t error)
182 if (error)
795 int error = 0;
810 error = gfs2_replay_read_block(jd, start, &bh_log);
811 if (error)
812 return error;
818 error = -EIO;
831 if (error)
837 return error;
840 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
845 if (error) {
938 int error;
946 error = gfs2_replay_read_block(jd, start, &bh);
947 if (error)
948 return error;
956 error = gfs2_revoke_add(jd, blkno, start);
957 if (error < 0) {
959 return error;
961 else if (error)
977 static void revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
981 if (error) {
1020 int error = 0;
1035 error = gfs2_replay_read_block(jd, start, &bh_log);
1036 if (error)
1037 return error;
1055 return error;
1060 static void databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
1065 if (error) {