Searched refs:mb_debug (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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 | 836 mb_debug(1, "init page %lu\n", page->index); in ext4_mb_init_cache() 883 mb_debug(1, "read bitmap for group %u\n", group); in ext4_mb_init_cache() 928 mb_debug(1, "put buddy for group %u in page %lu/%x\n", in ext4_mb_init_cache() 948 mb_debug(1, "put bitmap for group %u in page %lu/%x\n", in ext4_mb_init_cache() 1054 mb_debug(1, "init group %u\n", group); in ext4_mb_init_group() 1126 mb_debug(1, "load group %u\n", group); in ext4_mb_load_buddy() 2702 mb_debug(1, "mballoc: %u PAs left\n", count); in ext4_mb_cleanup_pa() 2791 mb_debug(1, "gonna free %u blocks in group %u (0x%p):", in ext4_free_data_callback() 2840 mb_debug(1, "freed %u blocks in %u structures\n", count, count2); in ext4_free_data_callback() 3014 mb_debug(1, "#%u: goal %u blocks for locality group\n", in ext4_mb_normalize_group_request() [all …]
|
/linux-4.4.14/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()
|