Searched refs:mb_debug (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/ext4/ |
D | mballoc.h | 31 #define mb_debug(n, fmt, ...) \ macro 39 #define mb_debug(n, fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|
D | mballoc.c | 823 mb_debug(1, "init page %lu\n", page->index); in ext4_mb_init_cache() 870 mb_debug(1, "read bitmap for group %u\n", group); in ext4_mb_init_cache() 915 mb_debug(1, "put buddy for group %u in page %lu/%x\n", in ext4_mb_init_cache() 935 mb_debug(1, "put bitmap for group %u in page %lu/%x\n", in ext4_mb_init_cache() 1041 mb_debug(1, "init group %u\n", group); in ext4_mb_init_group() 1113 mb_debug(1, "load group %u\n", group); in ext4_mb_load_buddy_gfp() 2694 mb_debug(1, "mballoc: %u PAs left\n", count); in ext4_mb_cleanup_pa() 2785 mb_debug(1, "gonna free %u blocks in group %u (0x%p):", in ext4_free_data_in_buddy() 2825 mb_debug(1, "freed %u blocks in %u structures\n", count, count2); in ext4_free_data_in_buddy() 3052 mb_debug(1, "#%u: goal %u blocks for locality group\n", in ext4_mb_normalize_group_request() [all …]
|