Home
last modified time | relevance | path

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

/external/e2fsprogs/resize/
Dresize2fs.c86 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y)) macro
2824 !(EQ_CLSTR(blk, super_blk) || in ext2fs_calculate_summary_stats()
2828 ((new_desc_blk && EQ_CLSTR(blk, new_desc_blk))) || in ext2fs_calculate_summary_stats()
2829 EQ_CLSTR(blk, ext2fs_block_bitmap_loc(fs, group)) || in ext2fs_calculate_summary_stats()
2830 EQ_CLSTR(blk, ext2fs_inode_bitmap_loc(fs, group)) || in ext2fs_calculate_summary_stats()
2840 EQ_CLSTR(blk, ext2fs_blocks_count(fs->super)-1)) { in ext2fs_calculate_summary_stats()
/external/e2fsprogs/e2fsck/
Dpass5.c305 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y)) macro