Searched refs:DBG_BITMAP (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/hfsplus/ |
D | bitmap.c | 33 dprint(DBG_BITMAP, "block_allocate: %u,%u,%u\n", size, offset, len); in hfsplus_block_allocate() 92 dprint(DBG_BITMAP, "bitmap full\n"); in hfsplus_block_allocate() 99 dprint(DBG_BITMAP, "bitmap full\n"); in hfsplus_block_allocate() 157 dprint(DBG_BITMAP, "-> %u,%u\n", start, *max); in hfsplus_block_allocate() 176 dprint(DBG_BITMAP, "block_free: %u,%u\n", offset, count); in hfsplus_block_free()
|
D | hfsplus_fs.h | 24 #define DBG_BITMAP 0x00000040 macro
|
/linux-2.6.39/fs/hfs/ |
D | bitmap.c | 161 dprint(DBG_BITMAP, "alloc_bits: %u,%u\n", pos, *num_bits); in hfs_vbm_search_free() 203 dprint(DBG_BITMAP, "clear_bits: %u,%u\n", start, count); in hfs_clear_vbm_bits()
|
D | hfs_fs.h | 29 #define DBG_BITMAP 0x00000040 macro
|