Lines Matching defs:bitmap
492 ASSERT_MSG("SIT bitmap is 0x0. blk_addr[0x%x]",
1393 u8 *bitmap, struct f2fs_dir_entry *dentry,
1411 bit_offset = find_next_bit_le(bitmap, max, next_idx);
1569 __u8 (*filename)[F2FS_SLOT_LEN], u8 **bitmap)
1572 test_and_clear_bit_le(offs, *bitmap);
1578 u8 *bitmap, struct f2fs_dir_entry *dentry,
1598 if (test_bit_le(i, bitmap) == 0)
1617 if (test_bit_le(i, bitmap) == 0) {
1627 test_and_clear_bit_le(i, bitmap);
1641 test_and_clear_bit_le(i, bitmap);
1654 test_and_clear_bit_le(i, bitmap);
1686 &filenames[i], &bitmap);
1709 test_and_clear_bit_le(i, bitmap);
1723 print_dentry(sbi, name, bitmap,
1738 test_and_clear_bit_le(i + j, bitmap);
1782 d.bitmap, d.dentry, d.filename, d.max, 1,
1875 ASSERT_MSG("SIT bitmap is 0x0. blk_addr[0x%x]", blk_addr);
2193 * We build three bitmap for main/sit/nat so that may check consistency
2197 * 2. nat_area_bitmap has bitmap information of used nid in NAT.
2198 * 3. sit_area_bitmap has bitmap information of used main block.
3255 printf("[FSCK] SIT valid block bitmap checking ");