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; \
84 ret |= BLOCK_ERROR;
90 ret |= BLOCK_ERROR;
133 ret |= BLOCK_ERROR | BLOCK_ABORT;
173 ret |= BLOCK_ERROR;
179 ret |= BLOCK_ERROR;
191 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
192 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR);
207 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
[all...]
H A Dext2fs.h296 #define BLOCK_ERROR 4 macro

Completed in 545 milliseconds