Searched refs:dprintf (Results 1 – 3 of 3) sorted by relevance
| /fs/bfs/ |
| A D | file.c | 21 #define dprintf(x...) printf(x) macro 23 #define dprintf(x...) macro 55 dprintf("%08lx-%08lx->%08lx\n", start, end, where); in bfs_move_blocks() 58 dprintf("failed to move block %08lx -> %08lx\n", i, in bfs_move_blocks() 77 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n", in bfs_get_block() 89 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n", in bfs_get_block() 108 dprintf("c=%d, b=%08lx, phys=%08lx (simple extension)\n", in bfs_get_block() 129 dprintf("failed to move ino=%08lx -> fs corruption\n", in bfs_get_block() 136 dprintf("c=%d, b=%08lx, phys=%08lx (moved)\n", in bfs_get_block()
|
| A D | inode.c | 30 #define dprintf(x...) printf(x) macro 32 #define dprintf(x...) macro 124 dprintf("ino=%08x\n", ino); in bfs_write_inode() 170 dprintf("ino=%08lx\n", ino); in bfs_evict_inode()
|
| A D | dir.c | 19 #define dprintf(x...) printf(x) macro 21 #define dprintf(x...) macro 276 dprintf("name=%s, namelen=%d\n", name, namelen); in bfs_add_entry()
|
Completed in 8 milliseconds