Searched refs:BLOCK_ERROR (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dblock.c45 ret |= BLOCK_ABORT | BLOCK_ERROR; \
55 ret |= BLOCK_ABORT | BLOCK_ERROR; \
85 ret |= BLOCK_ERROR;
91 ret |= BLOCK_ERROR;
134 ret |= BLOCK_ERROR | BLOCK_ABORT;
174 ret |= BLOCK_ERROR;
180 ret |= BLOCK_ERROR;
192 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
193 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR);
208 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
[all...]
H A Dext2fs.h318 #define BLOCK_ERROR 4 macro

Completed in 34 milliseconds