Lines Matching refs:B2C
304 #define B2C(x) EXT2FS_B2C(fs, (x)) macro
305 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y))
306 #define LE_CLSTR(x, y) (B2C(x) <= B2C(y))
307 #define GE_CLSTR(x, y) (B2C(x) >= B2C(y))
336 if ((B2C(fs->super->s_first_data_block) < in check_block_bitmaps()
338 (B2C(ext2fs_blocks_count(fs->super)-1) > in check_block_bitmaps()
341 pctx.blk = B2C(fs->super->s_first_data_block); in check_block_bitmaps()
342 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1); in check_block_bitmaps()
351 if ((B2C(fs->super->s_first_data_block) < in check_block_bitmaps()
353 (B2C(ext2fs_blocks_count(fs->super)-1) > in check_block_bitmaps()
356 pctx.blk = B2C(fs->super->s_first_data_block); in check_block_bitmaps()
357 pctx.blk2 = B2C(ext2fs_blocks_count(fs->super) - 1); in check_block_bitmaps()
370 for (i = B2C(fs->super->s_first_data_block); in check_block_bitmaps()
373 int first_block_in_bg = (B2C(i) - in check_block_bitmaps()
374 B2C(fs->super->s_first_data_block)) % in check_block_bitmaps()
396 B2C(i), fs->super->s_clusters_per_group, in check_block_bitmaps()
401 B2C(i), fs->super->s_clusters_per_group, in check_block_bitmaps()