Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:bm1

267 					ext2fs_generic_bitmap bm1,
272 if (!bm1 || bm1->magic != magic)
277 if ((bm1->start != bm2->start) ||
278 (bm1->end != bm2->end) ||
279 (memcmp(bm1->bitmap, bm2->bitmap,
280 (size_t) (bm1->end - bm1->start)/8)))
283 for (i = bm1->end - ((bm1->end - bm1->start) % 8); i <= bm1->end; i++)
284 if (ext2fs_fast_test_block_bitmap(bm1, i) !=