Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dmballoc.h30 #define mb_debug(sb, fmt, ...) \ macro
35 #define mb_debug(sb, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
Dmballoc.c887 mb_debug(sb, "init page %lu\n", page->index); in ext4_mb_init_cache()
928 mb_debug(sb, "read bitmap for group %u\n", group); in ext4_mb_init_cache()
973 mb_debug(sb, "put buddy for group %u in page %lu/%x\n", in ext4_mb_init_cache()
993 mb_debug(sb, "put bitmap for group %u in page %lu/%x\n", in ext4_mb_init_cache()
1099 mb_debug(sb, "init group %u\n", group); in ext4_mb_init_group()
1171 mb_debug(sb, "load group %u\n", group); in ext4_mb_load_buddy_gfp()
2464 mb_debug(sb, "lost chunk, group: %u, start: %d, len: %d, lost: %d\n", in ext4_mb_regular_allocator()
2481 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()
2971 mb_debug(sb, "mballoc: %d PAs left\n", in ext4_mb_release()
3045 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.