• Home
  • Raw
  • Download

Lines Matching refs:ext4_warning

33 		ext4_warning(sb, "won't resize using backup superblock at %llu",  in ext4_resize_begin()
43 ext4_warning(sb, "There are errors in the filesystem, " in ext4_resize_begin()
101 ext4_warning(sb, "Cannot add at group %u (only %u groups)", in verify_group_input()
120 ext4_warning(sb, "Last group not full"); in verify_group_input()
122 ext4_warning(sb, "Reserved blocks too high (%u)", in verify_group_input()
125 ext4_warning(sb, "Bad blocks count %u", in verify_group_input()
128 ext4_warning(sb, "Cannot read last block (%llu)", in verify_group_input()
131 ext4_warning(sb, "Block bitmap not in group (block %llu)", in verify_group_input()
134 ext4_warning(sb, "Inode bitmap not in group (block %llu)", in verify_group_input()
138 ext4_warning(sb, "Inode table not in group (blocks %llu-%llu)", in verify_group_input()
141 ext4_warning(sb, "Block bitmap same as inode bitmap (%llu)", in verify_group_input()
144 ext4_warning(sb, "Block bitmap (%llu) in inode table " in verify_group_input()
149 ext4_warning(sb, "Inode bitmap (%llu) in inode table " in verify_group_input()
154 ext4_warning(sb, "Block bitmap (%llu) in GDT table (%llu-%llu)", in verify_group_input()
158 ext4_warning(sb, "Inode bitmap (%llu) in GDT table (%llu-%llu)", in verify_group_input()
163 ext4_warning(sb, "Inode table (%llu-%llu) overlaps GDT table " in verify_group_input()
724 ext4_warning(sb, "reserved GDT %llu" in verify_reserved_gdb()
791 ext4_warning(sb, "new group %u GDT block %llu not reserved", in add_new_gdb()
822 ext4_warning(sb, "not enough memory for %lu groups", in add_new_gdb()
900 ext4_warning(sb, "not enough memory for %lu groups", in add_new_gdb_meta_bg()
965 ext4_warning(sb, "reserved block %llu" in reserve_backup_gdb()
1132 ext4_warning(sb, "can't update backup for group %u (err %d), " in update_backups()
1585 ext4_warning(sb, "Can't resize non-sparse filesystem further"); in ext4_group_add()
1591 ext4_warning(sb, "blocks_count overflow"); in ext4_group_add()
1597 ext4_warning(sb, "inodes_count overflow"); in ext4_group_add()
1604 ext4_warning(sb, in ext4_group_add()
1610 ext4_warning(sb, "Error opening resize inode"); in ext4_group_add()
1653 ext4_warning(sb, "error %d on journal start", err); in ext4_group_extend_no_check()
1660 ext4_warning(sb, "error %d on journal write access", err); in ext4_group_extend_no_check()
1725 ext4_warning(sb, "CONFIG_LBDAF not enabled"); in ext4_group_extend()
1730 ext4_warning(sb, "can't shrink FS - resize aborted"); in ext4_group_extend()
1738 ext4_warning(sb, "need to use ext2online to resize further"); in ext4_group_extend()
1745 ext4_warning(sb, "blocks_count overflow"); in ext4_group_extend()
1753 ext4_warning(sb, "will only finish group (%llu blocks, %u new)", in ext4_group_extend()
1759 ext4_warning(sb, "can't read last block, resize aborted"); in ext4_group_extend()
1884 ext4_warning(sb, "can't read last block, resize aborted"); in ext4_resize_fs()
1897 ext4_warning(sb, "can't shrink FS - resize aborted"); in ext4_resize_fs()
1907 ext4_warning(sb, "resize would cause inodes_count overflow"); in ext4_resize_fs()
1937 ext4_warning(sb, "Error opening resize inode"); in ext4_resize_fs()