Searched refs:mb_debug (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/ext4/ |
D | mballoc.h | 30 #define mb_debug(sb, fmt, ...) \ macro 35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|
D | mballoc.c | 1281 mb_debug(sb, "init page %lu\n", page->index); in ext4_mb_init_cache() 1322 mb_debug(sb, "read bitmap for group %u\n", group); in ext4_mb_init_cache() 1367 mb_debug(sb, "put buddy for group %u in page %lu/%x\n", in ext4_mb_init_cache() 1391 mb_debug(sb, "put bitmap for group %u in page %lu/%x\n", in ext4_mb_init_cache() 1497 mb_debug(sb, "init group %u\n", group); in ext4_mb_init_group() 1572 mb_debug(sb, "load group %u\n", group); in ext4_mb_load_buddy_gfp() 2938 mb_debug(sb, "lost chunk, group: %u, start: %d, len: %d, lost: %d\n", in ext4_mb_regular_allocator() 2958 mb_debug(sb, "Best len %d, origin len %d, ac_status %u, ac_flags 0x%x, cr %d ret %d\n", in ext4_mb_regular_allocator() 3757 mb_debug(sb, "mballoc: %d PAs left\n", in ext4_mb_release() 3836 mb_debug(sb, "gonna free %u blocks in group %u (0x%p):", in ext4_free_data_in_buddy() [all …]
|
D | Kconfig | 103 using dynamic debug control for mb_debug() / ext_debug() msgs.
|