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; \
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...]
ext2fs.h 296 #define BLOCK_ERROR 4
    [all...]

Completed in 75 milliseconds