Home
last modified time | relevance | path

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

/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()
314 printf("BFS-fs: %s: lasti=%08lx <%s>\n", in bfs_dump_imap()
344 printf("No BFS filesystem on %s (magic=%08x)\n", in bfs_fill_super()
349 printf("%s is unclean, continuing\n", s->s_id); in bfs_fill_super()
355 printf("Superblock is corrupted\n"); in bfs_fill_super()
365 printf("Cannot allocate %u bytes\n", imap_len); in bfs_fill_super()
[all …]
Ddir.c18 #define dprintf(x...) printf(x)
38 printf("Bad f_pos=%08lx for %s:%08lx\n", in bfs_readdir()
190 printf("unlinking non-existent file %s:%lu (nlink=%d)\n", in bfs_unlink()
Dbfs.h44 #define printf(format, args...) \ macro
Dfile.c19 #define dprintf(x...) printf(x)
/fs/hostfs/
Dhostfs_kern.c64 else printf("hostfs_args - unsupported option - %s\n", in hostfs_args()