Lines Matching refs:MSG
52 MSG(0, "\r [ %c ] Free segments: 0x%x", progress[i % 5], get_free_segments(sbi)); in update_free_segments()
66 MSG(0, "Invalid ACL version [0x%x : 0x%x]\n", in print_acl()
73 MSG(0, "Invalid ACL value size %d\n", size); in print_acl()
79 MSG(0, "Invalid ACL entries count %d\n", count); in print_acl()
88 MSG(0, "tag:0x%x perm:0x%x\n", in print_acl()
95 MSG(0, "tag:0x%x perm:0x%x uid:%u\n", in print_acl()
103 MSG(0, "tag:0x%x perm:0x%x gid:%u\n", in print_acl()
111 MSG(0, "Unknown ACL tag 0x%x\n", in print_acl()
121 MSG(0, "%02X", value[i]); \
122 MSG(0, "\n"); \
132 MSG(0, "\nxattr: e_name_index:%d e_name:", ent->e_name_index); in print_xattr_entry()
134 MSG(0, "%c", ent->e_name[i]); in print_xattr_entry()
135 MSG(0, " e_name_len:%d e_value_size:%d e_value:\n", in print_xattr_entry()
148 MSG(0, "%02X", value[i]); in print_xattr_entry()
149 MSG(0, "\n"); in print_xattr_entry()
153 MSG(0, "format: %d\n", ctx->format); in print_xattr_entry()
154 MSG(0, "contents_encryption_mode: 0x%x\n", ctx->contents_encryption_mode); in print_xattr_entry()
155 MSG(0, "filenames_encryption_mode: 0x%x\n", ctx->filenames_encryption_mode); in print_xattr_entry()
156 MSG(0, "flags: 0x%x\n", ctx->flags); in print_xattr_entry()
157 MSG(0, "master_key_descriptor: "); in print_xattr_entry()
159 MSG(0, "%02X", ctx->master_key_descriptor[i]); in print_xattr_entry()
160 MSG(0, "\nnonce: "); in print_xattr_entry()
162 MSG(0, "%02X", ctx->nonce[i]); in print_xattr_entry()
163 MSG(0, "\n"); in print_xattr_entry()
186 MSG(0, " - File name : %s%s\n", en, in print_inode_info()
189 MSG(0, " - File size : %'llu (bytes)\n", in print_inode_info()
284 MSG(verbose, "[%d]\t\t\t[0x%8x : %d]\n", in print_node_info()
407 MSG(0, "Info: checkpoint state = %x : ", flag); in print_cp_state()
409 MSG(0, "%s", " quota_need_fsck"); in print_cp_state()
411 MSG(0, "%s", " large_nat_bitmap"); in print_cp_state()
413 MSG(0, "%s", " allow_nocrc"); in print_cp_state()
415 MSG(0, "%s", " trimmed"); in print_cp_state()
417 MSG(0, "%s", " nat_bits"); in print_cp_state()
419 MSG(0, "%s", " crc"); in print_cp_state()
421 MSG(0, "%s", " fastboot"); in print_cp_state()
423 MSG(0, "%s", " fsck"); in print_cp_state()
425 MSG(0, "%s", " error"); in print_cp_state()
427 MSG(0, "%s", " compacted_summary"); in print_cp_state()
429 MSG(0, "%s", " orphan_inodes"); in print_cp_state()
431 MSG(0, "%s", " disabled"); in print_cp_state()
433 MSG(0, "%s", " unmount"); in print_cp_state()
435 MSG(0, "%s", " sudden-power-off"); in print_cp_state()
436 MSG(0, "\n"); in print_cp_state()
444 MSG(0, "Info: superblock features = %x : ", f); in print_sb_state()
446 MSG(0, "%s", " encrypt"); in print_sb_state()
449 MSG(0, "%s", " verity"); in print_sb_state()
452 MSG(0, "%s", " blkzoned"); in print_sb_state()
455 MSG(0, "%s", " extra_attr"); in print_sb_state()
458 MSG(0, "%s", " project_quota"); in print_sb_state()
461 MSG(0, "%s", " inode_checksum"); in print_sb_state()
464 MSG(0, "%s", " flexible_inline_xattr"); in print_sb_state()
467 MSG(0, "%s", " quota_ino"); in print_sb_state()
470 MSG(0, "%s", " inode_crtime"); in print_sb_state()
473 MSG(0, "%s", " lost_found"); in print_sb_state()
476 MSG(0, "%s", " sb_checksum"); in print_sb_state()
478 MSG(0, "\n"); in print_sb_state()
479 MSG(0, "Info: superblock encrypt level = %d, salt = ", in print_sb_state()
482 MSG(0, "%02x", sb->encrypt_pw_salt[i]); in print_sb_state()
483 MSG(0, "\n"); in print_sb_state()
500 MSG(1, "Info: SB CRC is updated (0x%x -> 0x%x)\n", in update_superblock()
538 MSG(0, "\tMismatch segment0(%u) cp_blkaddr(%u)\n", in sanity_check_area_boundary()
545 MSG(0, "\tWrong CP boundary, start(%u) end(%u) blocks(%u)\n", in sanity_check_area_boundary()
553 MSG(0, "\tWrong SIT boundary, start(%u) end(%u) blocks(%u)\n", in sanity_check_area_boundary()
561 MSG(0, "\tWrong NAT boundary, start(%u) end(%u) blocks(%u)\n", in sanity_check_area_boundary()
569 MSG(0, "\tWrong SSA boundary, start(%u) end(%u) blocks(%u)\n", in sanity_check_area_boundary()
576 MSG(0, "\tWrong MAIN_AREA, start(%u) end(%u) block(%u)\n", in sanity_check_area_boundary()
587 MSG(0, "Info: Fix alignment: start(%u) end(%u) block(%u)\n", in sanity_check_area_boundary()
599 MSG(0, "\tInvalid SB CRC offset: %u\n", in verify_sb_chksum()
605 MSG(0, "\tInvalid SB CRC: 0x%x\n", get_sb(crc)); in verify_sb_chksum()
650 MSG(0, "\tMissing zoned block device feature\n"); in sanity_check_raw_super()
691 MSG(0, "Info: MKFS version\n \"%s\"\n", c.init_version); in validate_super_block()
692 MSG(0, "Info: FSCK version\n from \"%s\"\n to \"%s\"\n", in validate_super_block()
708 MSG(0, "\tCan't find a valid F2FS superblock at 0x%x\n", sb_addr); in validate_super_block()
759 MSG(0, "Info: Device[%d] : %s blkaddr = %"PRIx64"--%"PRIx64"\n", in init_sb_info()
766 MSG(0, "Info: total FS sectors = %"PRIu64" (%"PRIu64" MB)\n", in init_sb_info()
886 MSG(0, "Info: CKPT version = %llx\n", version); in get_valid_checkpoint()
950 MSG(0, "\tWrong layout: check mkfs.f2fs version\n"); in sanity_check_ckpt()
959 MSG(0, "\tWrong user_block_count(%u)\n", user_block_count); in sanity_check_ckpt()
982 MSG(0, "\tWrong bitmap size: sit(%u), nat(%u)\n", in sanity_check_ckpt()
992 MSG(0, "\tWrong cp_pack_start_sum(%u) or cp_payload(%u)\n", in sanity_check_ckpt()
1070 MSG(0, "\tError: f2fs_init_nid_bitmap truncate n_nats(%u) to " in f2fs_init_nid_bitmap()
1081 MSG(0, "\tError: f2fs_init_nid_bitmap: addr(%u) is invalid!!!\n", addr); in f2fs_init_nid_bitmap()
1088 MSG(0, "\tError: f2fs_init_nid_bitmap: nid(%u) is invalid!!!\n", nid); in f2fs_init_nid_bitmap()
1185 MSG(0, "Info: Write valid nat_bits in checkpoint\n"); in write_nat_bits()
1261 MSG(0, "Info: Checked valid nat_bits in checkpoint\n"); in check_nat_bits()
1264 MSG(0, "Info: Corrupted valid nat_bits in checkpoint\n"); in check_nat_bits()
1327 MSG(1, "\tError: Malloc failed for build_sit_info!\n"); in build_sit_info()
1335 MSG(1, "\tError: Calloc failed for build_sit_info!\n"); in build_sit_info()
1343 MSG(1, "\tError: Calloc failed for build_sit_info!!\n"); in build_sit_info()
1354 MSG(1, "\tError: Malloc failed for build_sit_info!!\n"); in build_sit_info()
1566 MSG(1, "\tError: Malloc failed for build_curseg!\n"); in build_curseg()
1575 MSG(1, "\tError: Malloc failed for build_curseg!!\n"); in build_curseg()
1902 MSG(1, "\tError: Calloc failed for build_sit_entries!\n"); in build_sit_entries()
1936 MSG(1, "\tError: Malloc failed for build_segment_manager!\n"); in build_segment_manager()
2581 MSG(0, "Info: Set Encryption feature\n"); in tune_sb_features()