Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.c160 FIX_MSG("Summary footer indicates a node segment: 0x%x", segno); in is_valid_ssa_node_blk()
186 FIX_MSG("Set node summary 0x%x -> [0x%x] [0x%x]", in is_valid_ssa_node_blk()
277 FIX_MSG("Summary footer indicates a data segment: 0x%x", segno); in is_valid_ssa_data_blk()
310 FIX_MSG("Set data summary 0x%x -> [0x%x] [0x%x] [0x%x]", in is_valid_ssa_data_blk()
672 FIX_MSG("File: 0x%x " in fsck_chk_inode_blk()
688 FIX_MSG("Remove xattr block: 0x%x, x_nid = 0x%x", in fsck_chk_inode_blk()
699 FIX_MSG("inline_data has wrong 0'th block = %x", in fsck_chk_inode_blk()
711 FIX_MSG("inline_data has DATA_EXIST"); in fsck_chk_inode_blk()
724 FIX_MSG("inline_dentry has wrong 0'th block = %x", in fsck_chk_inode_blk()
775 FIX_MSG("[0x%x] i_addr[%d] = 0", in fsck_chk_inode_blk()
[all …]
Dmount.c2048 FIX_MSG("Remove nid [0x%x] in nat journal", nid); in nullify_nat_entry()
2062 FIX_MSG("nid [0x%x] block_addr= 0x%x -> 0x1", nid, in nullify_nat_entry()
2068 FIX_MSG("Remove nid [0x%x] in NAT", nid); in nullify_nat_entry()
/external/f2fs-tools/include/
Df2fs_fs.h174 #define FIX_MSG(fmt, ...) \ macro