Searched refs:printf (Results 1 – 5 of 5) sorted by relevance
/fs/bfs/ |
D | inode.c | 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() 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 …]
|
D | dir.c | 18 #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()
|
D | bfs.h | 44 #define printf(format, args...) \ macro
|
D | file.c | 19 #define dprintf(x...) printf(x)
|
/fs/hostfs/ |
D | hostfs_kern.c | 64 else printf("hostfs_args - unsupported option - %s\n", in hostfs_args()
|