Searched refs:dbg_tnck (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | tnc.c | 539 dbg_tnck(key, "LEB %d:%d, key ", zbr->lnum, zbr->offs); in fallible_read_node() 1213 dbg_tnck(key, "search key "); in ubifs_lookup_level0() 1349 dbg_tnck(key, "search and dirty key "); in lookup_level0_dirty() 1762 dbg_tnck(&zbr->key, "looked for key "); in validate_data_node() 1763 dbg_tnck(&key1, "found node's key "); in validate_data_node() 1816 dbg_tnck(&bu->key, "key "); in ubifs_tnc_bulk_read() 1851 dbg_tnck(key, "key "); in do_lookup_nm() 2131 dbg_tnck(key, "inserted at %d level %d, key ", n, znode->level); in tnc_insert() 2146 dbg_tnck(key, "splitting level %d, key ", znode->level); in tnc_insert() 2240 dbg_tnck(key, "inserting at %d level %d, key ", n, zn->level); in tnc_insert() [all …]
|
| H A D | tnc_misc.c | 495 dbg_tnck(key, "key "); in ubifs_tnc_read_node() 504 dbg_tnck(key, "looked for key "); in ubifs_tnc_read_node() 505 dbg_tnck(&key1, "but found node's key "); in ubifs_tnc_read_node()
|
| H A D | debug.h | 178 #define dbg_tnck(key, fmt, ...) \ macro
|