Home
last modified time | relevance | path

Searched refs:FIX_MSG (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/fsck/
Dfsck.c153 FIX_MSG("Summary footer indicates a node segment: 0x%x", segno); in is_valid_ssa_node_blk()
179 FIX_MSG("Set node summary 0x%x -> [0x%x] [0x%x]", in is_valid_ssa_node_blk()
267 FIX_MSG("Summary footer indicates a data segment: 0x%x", segno); in is_valid_ssa_data_blk()
300 FIX_MSG("Set data summary 0x%x -> [0x%x] [0x%x] [0x%x]", in is_valid_ssa_data_blk()
636 FIX_MSG("File: 0x%x " in fsck_chk_inode_blk()
652 FIX_MSG("Remove xattr block: 0x%x, x_nid = 0x%x", in fsck_chk_inode_blk()
663 FIX_MSG("inline_data has wrong 0'th block = %x", in fsck_chk_inode_blk()
675 FIX_MSG("inline_data has DATA_EXIST"); in fsck_chk_inode_blk()
729 FIX_MSG("[0x%x] i_addr[%d] = 0", nid, idx); in fsck_chk_inode_blk()
758 FIX_MSG("[0x%x] i_nid[%d] = 0", nid, idx); in fsck_chk_inode_blk()
[all …]
Dmount.c1848 FIX_MSG("Remove nid [0x%x] in nat journal\n", nid); in nullify_nat_entry()
1983 FIX_MSG("ino: 0x%x node/meta inode, block_addr= 0x%x -> 0x1", in build_nat_area_bitmap()
/external/f2fs-tools/include/
Df2fs_fs.h122 #define FIX_MSG(fmt, ...) \ macro