Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext4/
Dmballoc.h30 #define mb_debug(sb, fmt, ...) \ macro
35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
Dmballoc.c1204 mb_debug(sb, "init page %lu\n", page->index); in ext4_mb_init_cache()
1245 mb_debug(sb, "read bitmap for group %u\n", group); in ext4_mb_init_cache()
1290 mb_debug(sb, "put buddy for group %u in page %lu/%x\n", in ext4_mb_init_cache()
1310 mb_debug(sb, "put bitmap for group %u in page %lu/%x\n", in ext4_mb_init_cache()
1416 mb_debug(sb, "init group %u\n", group); in ext4_mb_init_group()
1488 mb_debug(sb, "load group %u\n", group); in ext4_mb_load_buddy_gfp()
2802 mb_debug(sb, "lost chunk, group: %u, start: %d, len: %d, lost: %d\n", in ext4_mb_regular_allocator()
2822 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()
3564 mb_debug(sb, "mballoc: %d PAs left\n", in ext4_mb_release()
3641 mb_debug(sb, "gonna free %u blocks in group %u (0x%p):", in ext4_free_data_in_buddy()
[all …]
DKconfig102 using dynamic debug control for mb_debug() / ext_debug() msgs.