Lines Matching full:b2c
84 #define B2C(x) EXT2FS_B2C(fs, (x))
86 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y))
87 #define LE_CLSTR(x, y) (B2C(x) <= B2C(y))
88 #define LT_CLSTR(x, y) (B2C(x) < B2C(y))
89 #define GE_CLSTR(x, y) (B2C(x) >= B2C(y))
90 #define GT_CLSTR(x, y) (B2C(x) > B2C(y))
1696 for (blk = B2C(old_fs->super->s_first_data_block);
1715 ext2fs_add_extent_entry(rfs->bmap, B2C(blk), B2C(new_blk));
1805 __u64 new_block = C2B(ext2fs_extent_translate(extent, B2C(old_loc)));
2662 for (blk = B2C(fs->super->s_first_data_block);