Lines Matching refs:BLOCK_ERROR
45 ret |= BLOCK_ABORT | BLOCK_ERROR; \
55 ret |= BLOCK_ABORT | BLOCK_ERROR; \
85 ret |= BLOCK_ERROR; in block_iterate_ind()
91 ret |= BLOCK_ERROR; in block_iterate_ind()
134 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_ind()
174 ret |= BLOCK_ERROR; in block_iterate_dind()
180 ret |= BLOCK_ERROR; in block_iterate_dind()
192 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_dind()
193 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_dind()
208 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_dind()
209 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_dind()
220 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_dind()
260 ret |= BLOCK_ERROR; in block_iterate_tind()
266 ret |= BLOCK_ERROR; in block_iterate_tind()
278 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_tind()
279 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_tind()
294 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_tind()
295 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_tind()
306 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_tind()
516 ret |= BLOCK_ERROR; /* ctx.errcode is always valid here */ in ext2fs_block_iterate3()
559 ret |= BLOCK_ERROR; in ext2fs_block_iterate3()
567 return (ret & BLOCK_ERROR) ? ctx.errcode : 0; in ext2fs_block_iterate3()