Lines Matching refs:printf
29 #define dprintf(x...) printf(x)
48 printf("Bad inode number %s:%08lx\n", inode->i_sb->s_id, ino); in bfs_iget()
55 printf("Unable to read inode %s:%08lx\n", inode->i_sb->s_id, in bfs_iget()
102 printf("Bad inode number %s:%08x\n", sb->s_id, ino); in find_inode()
110 printf("Unable to read inode %s:%08x\n", sb->s_id, ino); in find_inode()
307 printf("%s: lasti=%08lx <%s>\n", prefix, BFS_SB(s)->si_lasti, tmpbuf); in bfs_dump_imap()
338 printf("No BFS filesystem on %s (magic=%08x)\n", s->s_id, le32_to_cpu(bfs_sb->s_magic)); in bfs_fill_super()
342 printf("%s is unclean, continuing\n", s->s_id); in bfs_fill_super()
348 printf("Superblock is corrupted on %s\n", s->s_id); in bfs_fill_super()
354 …printf("WARNING: filesystem %s was created with 512 inodes, the real maximum is 511, mounting anyw… in bfs_fill_super()
356 printf("Impossible last inode number %lu > %d on %s\n", info->si_lasti, BFS_MAX_LASTI, s->s_id); in bfs_fill_super()
382 printf("Last block not available on %s: %lu\n", s->s_id, info->si_blocks - 1); in bfs_fill_super()
418 printf("Inode 0x%08x corrupted on %s\n", i, s->s_id); in bfs_fill_super()