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 45 ret |= BLOCK_ABORT | BLOCK_ERROR; \
55 ret |= BLOCK_ABORT | BLOCK_ERROR; \
85 ret |= BLOCK_ERROR;
91 ret |= BLOCK_ERROR;
134 ret |= BLOCK_ERROR | BLOCK_ABORT;
174 ret |= BLOCK_ERROR;
180 ret |= BLOCK_ERROR;
192 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
193 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR);
208 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
    [all...]
ext2fs.h 324 #define BLOCK_ERROR 4
    [all...]

Completed in 181 milliseconds