Home
last modified time | relevance | path

Searched refs:mb_debug (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dmballoc.h30 #define mb_debug(sb, fmt, ...) \ macro
35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
H A Dmballoc.c873 mb_debug(sb, "insert group: %u to s_mb_avg_fragment_size[%d] failed, err %d", in mb_update_avg_fragment_size()
1247 mb_debug(sb, "insert group: %u to s_mb_largest_free_orders[%d] failed, err %d", in mb_set_largest_free_order()
1370 mb_debug(sb, "init folio %lu\n", folio->index); in ext4_mb_init_cache()
1412 mb_debug(sb, "read bitmap for group %u\n", group); in ext4_mb_init_cache()
1462 mb_debug(sb, "put buddy for group %u in folio %lu/%x\n", in ext4_mb_init_cache()
1481 mb_debug(sb, "put bitmap for group %u in folio %lu/%x\n", in ext4_mb_init_cache()
1588 mb_debug(sb, "init group %u\n", group); in ext4_mb_init_group()
1663 mb_debug(sb, "load group %u\n", group); in ext4_mb_load_buddy_gfp()
3050 mb_debug(sb, "lost chunk, group: %u, start: %d, len: %d, lost: %d\n", in ext4_mb_regular_allocator()
3074 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 DKconfig102 using dynamic debug control for mb_debug() / ext_debug() msgs.