Searched refs:FIX_MSG (Results 1 – 3 of 3) sorted by relevance
/external/f2fs-tools/fsck/ |
D | fsck.c | 396 FIX_MSG("File: 0x%x " in fsck_chk_inode_blk() 412 FIX_MSG("Remove xattr block: 0x%x, x_nid = 0x%x", in fsck_chk_inode_blk() 423 FIX_MSG("inline_data has wrong 0'th block = %x", in fsck_chk_inode_blk() 435 FIX_MSG("inline_data has DATA_EXIST"); in fsck_chk_inode_blk() 480 FIX_MSG("[0x%x] i_addr[%d] = 0", nid, idx); in fsck_chk_inode_blk() 505 FIX_MSG("[0x%x] i_nid[%d] = 0", nid, idx); in fsck_chk_inode_blk() 529 FIX_MSG("[0x%x] i_blocks=0x%08"PRIx64" -> 0x%x", in fsck_chk_inode_blk() 539 FIX_MSG("Dir: 0x%x i_links= 0x%x -> 0x%x", in fsck_chk_inode_blk() 574 FIX_MSG("[0x%x] dn.addr[%d] = 0", nid, idx); in fsck_chk_dnode_blk() 711 FIX_MSG("Clear bad dentry 0x%x with bad ino 0x%x", in __chk_dentries() [all …]
|
D | mount.c | 1127 FIX_MSG("Remove nid [0x%x] in nat journal\n", nid); in nullify_nat_entry()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 117 #define FIX_MSG(fmt, ...) \ macro
|