Searched refs:DBG_EXTENT (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/hfsplus/ |
D | extents.c | 131 dprint(DBG_EXTENT, "get_block(%lu): %lu - %u\n", inode->i_ino, iblock, dblock); in hfsplus_get_block() 143 dprint(DBG_EXTENT, " "); in hfsplus_dump_extent() 145 dprint(DBG_EXTENT, " %u:%u", be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent() 147 dprint(DBG_EXTENT, "\n"); in hfsplus_dump_extent() 365 dprint(DBG_EXTENT, "extend %lu: %u,%u\n", inode->i_ino, ablock, block_count); in hfsplus_extend_file() 368 dprint(DBG_EXTENT, "first extents\n"); in hfsplus_extend_file() 429 dprint(DBG_EXTENT, "insert new extent\n"); in hfsplus_extend_file()
|
D | hfsplus_fs.h | 22 #define DBG_EXTENT 0x00000020 macro
|