Searched refs:mb_debug (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ext4/ |
| H A D | mballoc.h | 30 #define mb_debug(sb, fmt, ...) \ macro 35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|
| H A D | mballoc.c | 890 mb_debug(sb, "insert group: %u to s_mb_avg_fragment_size[%d] failed, err %d", in mb_update_avg_fragment_size() 1275 mb_debug(sb, "insert group: %u to s_mb_largest_free_orders[%d] failed, err %d", in mb_set_largest_free_order() 1399 mb_debug(sb, "init folio %lu\n", folio->index); in ext4_mb_init_cache() 1436 mb_debug(sb, "read bitmap for group %u\n", group); in ext4_mb_init_cache() 1486 mb_debug(sb, "put buddy for group %u in folio %lu/%x\n", in ext4_mb_init_cache() 1505 mb_debug(sb, "put bitmap for group %u in folio %lu/%x\n", in ext4_mb_init_cache() 1614 mb_debug(sb, "init group %u\n", group); in ext4_mb_init_group() 1687 mb_debug(sb, "load group %u\n", group); in ext4_mb_load_buddy_gfp() 3086 mb_debug(sb, "lost chunk, group: %u, start: %d, len: %d, lost: %d\n", in ext4_mb_regular_allocator() 3110 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() [all …]
|
| H A D | Kconfig | 75 using dynamic debug control for mb_debug() / ext_debug() msgs.
|