Home
last modified time | relevance | path

Searched refs:printf (Results 1 – 6 of 6) sorted by relevance

/fs/unicode/
Dmkutf8data.c300 printf("%#x: illegal val\n", val); in utf8encode()
428 printf("%s_%x root %p\n", tree->type, tree->maxage, tree->root); in tree_walk()
438 printf("%*snode @ %p bitnum %d nextbyte %d" in tree_walk()
485 printf("nodes %d leaves %d singletons %d\n", in tree_walk()
668 printf("Pruning %s_%x\n", tree->type, tree->maxage); in prune()
808 printf("Pruned %d nodes\n", count); in prune()
826 printf("Marking %s_%x\n", tree->type, tree->maxage); in mark_nodes()
934 printf("Marked %d nodes\n", marked); in mark_nodes()
959 printf("Indexing %s_%x: %d\n", tree->type, tree->maxage, index); in index_nodes()
1018 printf("Final index %d\n", index); in index_nodes()
[all …]
/fs/bfs/
Dinode.c29 #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()
354printf("WARNING: filesystem %s was created with 512 inodes, the real maximum is 511, mounting anyw… in bfs_fill_super()
[all …]
Ddir.c19 #define dprintf(x...) printf(x)
38 printf("Bad f_pos=%08lx for %s:%08lx\n", in bfs_readdir()
183 printf("unlinking non-existent file %s:%lu (nlink=%d)\n", in bfs_unlink()
Dbfs.h52 #define printf(format, args...) \ macro
Dfile.c20 #define dprintf(x...) printf(x)
/fs/hostfs/
Dhostfs_kern.c64 else printf("hostfs_args - unsupported option - %s\n", in hostfs_args()