Searched refs:dbg_tnck (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | tnc.c | 486 dbg_tnck(key, "LEB %d:%d, key ", zbr->lnum, zbr->offs); in fallible_read_node() 1160 dbg_tnck(key, "search key "); in ubifs_lookup_level0() 1296 dbg_tnck(key, "search and dirty key "); in lookup_level0_dirty() 1707 dbg_tnck(&zbr->key, "looked for key "); in validate_data_node() 1708 dbg_tnck(&key1, "found node's key "); in validate_data_node() 1761 dbg_tnck(&bu->key, "key "); in ubifs_tnc_bulk_read() 1796 dbg_tnck(key, "name '%.*s' key ", nm->len, nm->name); in do_lookup_nm() 1970 dbg_tnck(key, "inserted at %d level %d, key ", n, znode->level); in tnc_insert() 1985 dbg_tnck(key, "splitting level %d, key ", znode->level); in tnc_insert() 2079 dbg_tnck(key, "inserting at %d level %d, key ", n, zn->level); in tnc_insert() [all …]
|
H A D | tnc_misc.c | 469 dbg_tnck(key, "key "); in ubifs_tnc_read_node() 478 dbg_tnck(key, "looked for key "); in ubifs_tnc_read_node() 479 dbg_tnck(&key1, "but found node's key "); in ubifs_tnc_read_node()
|
H A D | debug.h | 206 #define dbg_tnck(key, fmt, ...) \ macro
|
/openbmc/linux/fs/ubifs/ |
H A D | tnc.c | 539 dbg_tnck(key, "LEB %d:%d, key ", zbr->lnum, zbr->offs); in fallible_read_node() 1214 dbg_tnck(key, "search key "); in ubifs_lookup_level0() 1350 dbg_tnck(key, "search and dirty key "); in lookup_level0_dirty() 1763 dbg_tnck(&zbr->key, "looked for key "); in validate_data_node() 1764 dbg_tnck(&key1, "found node's key "); in validate_data_node() 1817 dbg_tnck(&bu->key, "key "); in ubifs_tnc_bulk_read() 1852 dbg_tnck(key, "key "); in do_lookup_nm() 2132 dbg_tnck(key, "inserted at %d level %d, key ", n, znode->level); in tnc_insert() 2147 dbg_tnck(key, "splitting level %d, key ", znode->level); in tnc_insert() 2241 dbg_tnck(key, "inserting at %d level %d, key ", n, zn->level); in tnc_insert() [all …]
|
H A D | tnc_misc.c | 480 dbg_tnck(key, "key "); in ubifs_tnc_read_node() 489 dbg_tnck(key, "looked for key "); in ubifs_tnc_read_node() 490 dbg_tnck(&key1, "but found node's key "); in ubifs_tnc_read_node()
|
H A D | debug.h | 177 #define dbg_tnck(key, fmt, ...) \ macro
|