Searched refs:dprintf (Results 1 – 3 of 3) sorted by relevance
/fs/bfs/ |
D | file.c | 19 #define dprintf(x...) printf(x) macro 21 #define dprintf(x...) macro 53 dprintf("%08lx-%08lx->%08lx\n", start, end, where); in bfs_move_blocks() 56 dprintf("failed to move block %08lx -> %08lx\n", i, in bfs_move_blocks() 75 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n", in bfs_get_block() 87 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n", in bfs_get_block() 106 dprintf("c=%d, b=%08lx, phys=%08lx (simple extension)\n", in bfs_get_block() 127 dprintf("failed to move ino=%08lx -> fs corruption\n", in bfs_get_block() 134 dprintf("c=%d, b=%08lx, phys=%08lx (moved)\n", in bfs_get_block()
|
D | inode.c | 29 #define dprintf(x...) printf(x) macro 31 #define dprintf(x...) macro 126 dprintf("ino=%08x\n", ino); in bfs_write_inode() 172 dprintf("ino=%08lx\n", ino); in bfs_evict_inode()
|
D | dir.c | 18 #define dprintf(x...) printf(x) macro 20 #define dprintf(x...) macro 284 dprintf("name=%s, namelen=%d\n", name, namelen); in bfs_add_entry()
|