Searched refs:ext_debug (Results 1 – 2 of 2) sorted by relevance
/fs/ext4/ |
D | extents.c | 353 ext_debug("path:"); in ext4_ext_show_path() 356 ext_debug(" %d->%llu", le32_to_cpu(path->p_idx->ei_block), in ext4_ext_show_path() 359 ext_debug(" %d:%d:%llu ", in ext4_ext_show_path() 364 ext_debug(" []"); in ext4_ext_show_path() 366 ext_debug("\n"); in ext4_ext_show_path() 383 ext_debug("%d:%d:%llu ", le32_to_cpu(ex->ee_block), in ext4_ext_show_leaf() 386 ext_debug("\n"); in ext4_ext_show_leaf() 418 ext_debug("binsearch for %u(idx): ", block); in ext4_ext_binsearch_idx() 428 ext_debug("%p(%u):%p(%u):%p(%u) ", l, le32_to_cpu(l->ei_block), in ext4_ext_binsearch_idx() 434 ext_debug(" -> %d->%lld ", le32_to_cpu(path->p_idx->ei_block), in ext4_ext_binsearch_idx() [all …]
|
D | ext4_extents.h | 51 #define ext_debug(a...) printk(a) macro 53 #define ext_debug(a...) macro
|