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

/external/e2fsprogs/lib/ext2fs/
H A Dblock.c44 ret |= BLOCK_ABORT | BLOCK_ERROR; \
54 ret |= BLOCK_ABORT | BLOCK_ERROR; \
80 ret |= BLOCK_ERROR;
86 ret |= BLOCK_ERROR;
125 ret |= BLOCK_ERROR | BLOCK_ABORT;
158 ret |= BLOCK_ERROR;
164 ret |= BLOCK_ERROR;
176 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
177 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR);
192 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
[all...]
H A Dext2fs.h262 #define BLOCK_ERROR 4 macro

Completed in 63 milliseconds