Home
last modified time | relevance | path

Searched refs:EXT2_SF_CHK_BADBLOCKS (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dinode.c213 scan->scan_flags |= EXT2_SF_CHK_BADBLOCKS; in ext2fs_open_inode_scan()
331 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS; in check_for_inode_bad_blocks()
348 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS; in check_for_inode_bad_blocks()
525 if (scan->scan_flags & EXT2_SF_CHK_BADBLOCKS) { in get_next_blocks()
Dext2fs.h496 #define EXT2_SF_CHK_BADBLOCKS 0x0001 macro