HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_ERROR (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
block.c 44 ret |= BLOCK_ABORT | BLOCK_ERROR; \
54 ret |= BLOCK_ABORT | BLOCK_ERROR; \
80 ret |= BLOCK_ERROR;
86 ret |= BLOCK_ERROR;
124 ret |= BLOCK_ERROR | BLOCK_ABORT;
157 ret |= BLOCK_ERROR;
163 ret |= BLOCK_ERROR;
175 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
176 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR);
191 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
    [all...]
ext2fs.h 252 #define BLOCK_ERROR 4
    [all...]

Completed in 34 milliseconds