Searched refs:f2fs_notice (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/f2fs/ |
D | recovery.c | 242 f2fs_notice(F2FS_I_SB(inode), "%s: ino = %x, name = %s, dir = %lx, err = %d", in recover_dentry() 345 f2fs_notice(F2FS_I_SB(inode), "recover_inode: ino = %x, name = %s, inline = %x", in recover_inode() 400 f2fs_notice(sbi, "%s: Detect looped node chain on blkaddr:%u." in sanity_check_node_chain() 767 f2fs_notice(sbi, "recover_data: ino = %lx (i_size: %s) recovered = %d, err = %d", in do_recover_data()
|
D | checkpoint.c | 1329 f2fs_notice(sbi, "Disable nat_bits due to no space"); in update_ckpt_flags() 1334 f2fs_notice(sbi, "Rebuild and enable nat_bits"); in update_ckpt_flags() 1709 f2fs_notice(sbi, "checkpoint: version = %llx", ckpt_ver); in f2fs_write_checkpoint()
|
D | segment.c | 3077 f2fs_notice(sbi, "For resize: curseg of type %d: %u ==> %u", in f2fs_allocate_segment_for_resize() 4925 f2fs_notice(sbi, in check_zone_write_pointer() 4945 f2fs_notice(sbi, "Valid blocks are not aligned with write pointer: " in check_zone_write_pointer() 5032 f2fs_notice(sbi, "Unaligned curseg[%d] with write pointer: " in fix_curseg_write_pointer() 5036 f2fs_notice(sbi, "Assign new section to curseg[%d]: " in fix_curseg_write_pointer() 5067 f2fs_notice(sbi, in fix_curseg_write_pointer()
|
D | node.c | 3168 f2fs_notice(sbi, "Disable nat_bits due to incorrect cp_ver (%llu, %llu)", in __get_nat_bitmaps() 3173 f2fs_notice(sbi, "Found nat_bits in checkpoint"); in __get_nat_bitmaps()
|
D | f2fs.h | 2322 #define f2fs_notice(sbi, fmt, ...) \ macro
|
D | super.c | 4748 f2fs_notice(sbi, "Mounted with checkpoint version = %llx", in f2fs_fill_super()
|