Lines Matching refs:s_id
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()
99 printf("Bad inode number %s:%08x\n", sb->s_id, ino); in find_inode()
107 printf("Unable to read inode %s:%08x\n", sb->s_id, ino); in find_inode()
334 printf("No BFS filesystem on %s (magic=%08x)\n", s->s_id, le32_to_cpu(bfs_sb->s_magic)); in bfs_fill_super()
338 printf("%s is unclean, continuing\n", s->s_id); in bfs_fill_super()
344 printf("Superblock is corrupted on %s\n", s->s_id); in bfs_fill_super()
350 …: filesystem %s was created with 512 inodes, the real maximum is 511, mounting anyway\n", s->s_id); in bfs_fill_super()
352 printf("Impossible last inode number %lu > %d on %s\n", info->si_lasti, BFS_MAX_LASTI, s->s_id); in bfs_fill_super()
378 printf("Last block not available on %s: %lu\n", s->s_id, info->si_blocks - 1); in bfs_fill_super()
414 printf("Inode 0x%08x corrupted on %s\n", i, s->s_id); in bfs_fill_super()