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 59 ret |= BLOCK_ERROR;
65 ret |= BLOCK_ERROR;
102 ret |= BLOCK_ERROR | BLOCK_ABORT;
133 ret |= BLOCK_ERROR;
139 ret |= BLOCK_ERROR;
151 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
152 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR);
167 if (flags & (BLOCK_ABORT | BLOCK_ERROR)) {
168 ret |= flags & (BLOCK_ABORT | BLOCK_ERROR);
178 ret |= BLOCK_ERROR | BLOCK_ABORT
    [all...]
ext2fs.h 262 #define BLOCK_ERROR 4
    [all...]

Completed in 19 milliseconds