Lines Matching full:printf
37 printf(_("Filesystem at %s is mounted on %s; "
41 printf(_("On-line shrinking from %u to %u not supported.\n"),
55 printf("old desc_blocks = %lu, new_desc_blocks = %lu\n",
111 printf(_("Performing an on-line resize of %s to %u (%dk) blocks.\n"),
148 printf("new block bitmap is at 0x%04x\n", input.block_bitmap);
149 printf("new inode bitmap is at 0x%04x\n", input.inode_bitmap);
150 printf("new inode table is at 0x%04x-0x%04x\n",
153 printf("new group has %u blocks\n", input.blocks_count);
154 printf("new group will reserve %d blocks\n",
156 printf("new group has %d free blocks\n",
158 printf("new group has %d free inodes (%d blocks)\n",
161 printf("Adding group #%d\n", input.group);
191 printf(_("Filesystem at %s is mounted on %s, and on-line resizing is "