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

Completed in 75 milliseconds