• Home
  • Raw
  • Download

Lines Matching refs:BLOCK_ABORT

44 			ret |= BLOCK_ABORT | BLOCK_ERROR;		\
54 ret |= BLOCK_ABORT | BLOCK_ERROR; \
73 if (!*ind_block || (ret & BLOCK_ABORT)) { in block_iterate_ind()
98 if (flags & BLOCK_ABORT) { in block_iterate_ind()
99 ret |= BLOCK_ABORT; in block_iterate_ind()
112 if (flags & BLOCK_ABORT) { in block_iterate_ind()
113 ret |= BLOCK_ABORT; in block_iterate_ind()
125 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_ind()
129 !(ret & BLOCK_ABORT)) in block_iterate_ind()
151 if (!*dind_block || (ret & BLOCK_ABORT)) { in block_iterate_dind()
176 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_dind()
177 ret |= flags & (BLOCK_ABORT | 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()
204 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_dind()
208 !(ret & BLOCK_ABORT)) in block_iterate_dind()
230 if (!*tind_block || (ret & BLOCK_ABORT)) { in block_iterate_tind()
255 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_tind()
256 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_tind()
271 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) { in block_iterate_tind()
272 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR); in block_iterate_tind()
283 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_tind()
287 !(ret & BLOCK_ABORT)) in block_iterate_tind()
356 if (ret & BLOCK_ABORT) in ext2fs_block_iterate2()
395 if (ctx.errcode || (ret & BLOCK_ABORT)) in ext2fs_block_iterate2()
447 if (ret & BLOCK_ABORT) in ext2fs_block_iterate2()
454 ret |= BLOCK_ERROR | BLOCK_ABORT; in ext2fs_block_iterate2()
465 if (ret & BLOCK_ABORT) in ext2fs_block_iterate2()
473 if (ret & BLOCK_ABORT) in ext2fs_block_iterate2()
480 if (ret & BLOCK_ABORT) in ext2fs_block_iterate2()
487 if (ret & BLOCK_ABORT) in ext2fs_block_iterate2()