Lines Matching defs:bitmap
1302 /* copy sit bitmap */
1461 MSG(0, "\tWrong bitmap size: sit(%u), nat(%u)\n",
1794 /* copy version bitmap */
1821 unsigned char *bitmap;
1843 sit_i->bitmap = calloc(bitmap_size, 1);
1844 if (!sit_i->bitmap) {
1849 bitmap = sit_i->bitmap;
1852 sit_i->sentries[start].cur_valid_map = bitmap;
1853 bitmap += SIT_VBLOCK_MAP_SIZE;
1856 sit_i->sentries[start].ckpt_valid_map = bitmap;
1857 bitmap += SIT_VBLOCK_MAP_SIZE;
1884 free(sit_i->bitmap);
2178 /* check bitmap with valid block count */
2862 unsigned char *bitmap;
2871 bitmap = get_seg_bitmap(sbi, se);
2904 !f2fs_test_bit(offset, (const char *)bitmap))
3232 /* Alloc & build nat entry bitmap */
3816 free(sit_i->bitmap);
3875 DBG(1, "\tSparse: filling bitmap area at block offset 0x%08"PRIx64" len: %u\n",
3880 MSG(1, "\tError: While zeroing out the nat/sit bitmap area "
3887 DBG(1, "\tSparse: filling bitmap area at block offset 0x%08"PRIx64" len: %u\n",
3892 MSG(1, "\tError: While zeroing out the nat/sit bitmap area "