Searched refs:mb_debug (Results 1 – 3 of 3) sorted by relevance
/fs/ext4/ |
D | mballoc.h | 42 #define mb_debug(n, fmt, a...) \ macro 51 #define mb_debug(n, fmt, a...) no_printk(fmt, ## a) macro
|
D | mballoc.c | 837 mb_debug(1, "init page %lu\n", page->index); in ext4_mb_init_cache() 884 mb_debug(1, "read bitmap for group %u\n", group); in ext4_mb_init_cache() 929 mb_debug(1, "put buddy for group %u in page %lu/%x\n", in ext4_mb_init_cache() 949 mb_debug(1, "put bitmap for group %u in page %lu/%x\n", in ext4_mb_init_cache() 1055 mb_debug(1, "init group %u\n", group); in ext4_mb_init_group() 1127 mb_debug(1, "load group %u\n", group); in ext4_mb_load_buddy_gfp() 2731 mb_debug(1, "mballoc: %u PAs left\n", count); in ext4_mb_cleanup_pa() 2824 mb_debug(1, "gonna free %u blocks in group %u (0x%p):", in ext4_free_data_callback() 2873 mb_debug(1, "freed %u blocks in %u structures\n", count, count2); in ext4_free_data_callback() 3049 mb_debug(1, "#%u: goal %u blocks for locality group\n", in ext4_mb_normalize_group_request() [all …]
|
/fs/ |
D | mbcache.c | 79 # define mb_debug(f...) do { \ macro 87 # define mb_debug(f...) do { } while(0) macro 256 mb_debug("trying to free %d entries", nr_to_scan); in mb_cache_shrink_scan() 298 mb_debug("cache %s (%d)", cache->c_name, in mb_cache_shrink_count()
|