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.c175 scan->scan_flags |= EXT2_SF_CHK_BADBLOCKS; in ext2fs_open_inode_scan()
292 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS; in check_for_inode_bad_blocks()
309 scan->scan_flags &= ~EXT2_SF_CHK_BADBLOCKS; in check_for_inode_bad_blocks()
356 if (scan->scan_flags & EXT2_SF_CHK_BADBLOCKS) { in get_next_blocks()
Dext2fs.h447 #define EXT2_SF_CHK_BADBLOCKS 0x0001 macro