Searched refs:EXT2FS_IS_32_BITMAP (Results 1 – 3 of 3) sorted by relevance
249 if (EXT2FS_IS_32_BITMAP(bmap)) { in ext2fs_free_generic_bmap()284 if (EXT2FS_IS_32_BITMAP(src)) in ext2fs_copy_generic_bmap()351 if (EXT2FS_IS_32_BITMAP(bmap)) in ext2fs_resize_generic_bmap()370 if (EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_fudge_generic_bmap_end()397 if (EXT2FS_IS_32_BITMAP(bitmap)) in ext2fs_get_generic_bmap_start()411 if (EXT2FS_IS_32_BITMAP(bitmap)) in ext2fs_get_generic_bmap_end()422 if (EXT2FS_IS_32_BITMAP(bitmap)) in ext2fs_clear_generic_bmap()434 if (EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_mark_generic_bmap()471 if (EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_unmark_generic_bmap()501 if (EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_test_generic_bmap()[all …]
42 #define EXT2FS_IS_32_BITMAP(bmap) \ macro174 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_test_generic_bitmap()196 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_mark_generic_bitmap()218 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_unmark_generic_bitmap()239 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_get_generic_bitmap_start()256 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_get_generic_bitmap_end()272 if (!EXT2FS_IS_32_BITMAP(bitmap)) { in ext2fs_clear_generic_bitmap()
56 #define EXT2FS_IS_32_BITMAP(bmap) \ macro