Lines Matching refs:printf
30 #define dprintf(x...) printf(x)
49 printf("Bad inode number %s:%08lx\n", inode->i_sb->s_id, ino); in bfs_iget()
56 printf("Unable to read inode %s:%08lx\n", inode->i_sb->s_id, in bfs_iget()
100 printf("Bad inode number %s:%08x\n", sb->s_id, ino); in find_inode()
108 printf("Unable to read inode %s:%08x\n", sb->s_id, ino); in find_inode()
304 printf("%s: lasti=%08lx <%s>\n", prefix, BFS_SB(s)->si_lasti, tmpbuf); in bfs_dump_imap()
336 printf("No BFS filesystem on %s (magic=%08x)\n", s->s_id, le32_to_cpu(bfs_sb->s_magic)); in bfs_fill_super()
340 printf("%s is unclean, continuing\n", s->s_id); in bfs_fill_super()
346 printf("Superblock is corrupted on %s\n", s->s_id); in bfs_fill_super()
352 …printf("NOTE: filesystem %s was created with 512 inodes, the real maximum is 511, mounting anyway\… in bfs_fill_super()
354 printf("Impossible last inode number %lu > %d on %s\n", info->si_lasti, BFS_MAX_LASTI, s->s_id); in bfs_fill_super()
380 printf("Last block not available on %s: %lu\n", s->s_id, info->si_blocks - 1); in bfs_fill_super()
416 printf("Inode 0x%08x corrupted on %s\n", i, s->s_id); in bfs_fill_super()