Searched refs:EXT2FS_IS_32_BITMAP (Results 1 – 3 of 3) sorted by relevance
248 if (EXT2FS_IS_32_BITMAP(bmap)) { in ext2fs_free_generic_bmap()283 if (EXT2FS_IS_32_BITMAP(src)) in ext2fs_copy_generic_bmap()349 if (EXT2FS_IS_32_BITMAP(bmap)) in ext2fs_resize_generic_bmap()368 if (EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_fudge_generic_bmap_end()395 if (EXT2FS_IS_32_BITMAP(bitmap)) in ext2fs_get_generic_bmap_start()409 if (EXT2FS_IS_32_BITMAP(bitmap)) in ext2fs_get_generic_bmap_end()420 if (EXT2FS_IS_32_BITMAP(bitmap)) in ext2fs_clear_generic_bmap()432 if (EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_mark_generic_bmap()469 if (EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_unmark_generic_bmap()499 if (EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_test_generic_bmap()[all …]
41 #define EXT2FS_IS_32_BITMAP(bmap) \ macro173 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_test_generic_bitmap()195 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_mark_generic_bitmap()217 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_unmark_generic_bitmap()238 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_get_generic_bitmap_start()255 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_get_generic_bitmap_end()271 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_clear_generic_bitmap()
56 #define EXT2FS_IS_32_BITMAP(bmap) \ macro