Lines Matching refs:BLOCK_ERROR
44 ret |= BLOCK_ABORT | BLOCK_ERROR; \
54 ret |= BLOCK_ABORT | BLOCK_ERROR; \
84 ret |= BLOCK_ERROR; in block_iterate_ind()
90 ret |= BLOCK_ERROR; in block_iterate_ind()
133 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_ind()
173 ret |= BLOCK_ERROR; in block_iterate_dind()
179 ret |= BLOCK_ERROR; in block_iterate_dind()
191 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_dind()
192 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_dind()
207 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_dind()
208 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_dind()
219 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_dind()
259 ret |= BLOCK_ERROR; in block_iterate_tind()
265 ret |= BLOCK_ERROR; in block_iterate_tind()
277 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_tind()
278 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_tind()
293 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_tind()
294 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_tind()
305 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_tind()
508 ret |= BLOCK_ERROR; /* ctx.errcode is always valid here */ in ext2fs_block_iterate3()
551 ret |= BLOCK_ERROR; in ext2fs_block_iterate3()
559 return (ret & BLOCK_ERROR) ? ctx.errcode : 0; in ext2fs_block_iterate3()