Searched refs:EXT2_SF_CHK_BADBLOCKS (Results 1 – 2 of 2) sorted by relevance
213 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()
496 #define EXT2_SF_CHK_BADBLOCKS 0x0001 macro