Searched refs:EQ_CLSTR (Results 1 – 2 of 2) sorted by relevance
86 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y)) macro2770 !(EQ_CLSTR(blk, super_blk) || in ext2fs_calculate_summary_stats()2774 ((new_desc_blk && EQ_CLSTR(blk, new_desc_blk))) || in ext2fs_calculate_summary_stats()2775 EQ_CLSTR(blk, ext2fs_block_bitmap_loc(fs, group)) || in ext2fs_calculate_summary_stats()2776 EQ_CLSTR(blk, ext2fs_inode_bitmap_loc(fs, group)) || in ext2fs_calculate_summary_stats()2786 EQ_CLSTR(blk, ext2fs_blocks_count(fs->super)-1)) { in ext2fs_calculate_summary_stats()
305 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y)) macro