• Home
  • Raw
  • Download

Lines Matching refs:BLOCK_ABORT

45 			ret |= BLOCK_ABORT | BLOCK_ERROR;		\
55 ret |= BLOCK_ABORT | BLOCK_ERROR; \
78 if (!*ind_block || (ret & BLOCK_ABORT)) { in block_iterate_ind()
105 if (flags & BLOCK_ABORT) { in block_iterate_ind()
106 ret |= BLOCK_ABORT; in block_iterate_ind()
121 if (flags & BLOCK_ABORT) { in block_iterate_ind()
122 ret |= BLOCK_ABORT; in block_iterate_ind()
134 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_ind()
138 !(ret & BLOCK_ABORT)) { in block_iterate_ind()
167 if (!*dind_block || (ret & BLOCK_ABORT)) { 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()
224 !(ret & BLOCK_ABORT)) { in block_iterate_dind()
253 if (!*tind_block || (ret & BLOCK_ABORT)) { 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()
310 !(ret & BLOCK_ABORT)) { in block_iterate_tind()
391 if (ret & BLOCK_ABORT) in ext2fs_block_iterate3()
434 if (ctx.errcode || (ret & BLOCK_ABORT)) in ext2fs_block_iterate3()
462 if (ret & BLOCK_ABORT) in ext2fs_block_iterate3()
505 if (ret & BLOCK_ABORT) in ext2fs_block_iterate3()
529 if (ret & BLOCK_ABORT) in ext2fs_block_iterate3()
537 if (ret & BLOCK_ABORT) in ext2fs_block_iterate3()
544 if (ret & BLOCK_ABORT) in ext2fs_block_iterate3()
551 if (ret & BLOCK_ABORT) in ext2fs_block_iterate3()