Searched refs:dbg_cmt (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | commit.c | 103 dbg_cmt("start"); in do_commit() 209 dbg_cmt("commit end"); in do_commit() 332 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_commit_required() 337 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_commit_required() 360 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_request_bg_commit() 377 dbg_cmt("pid %d goes sleep", current->pid); in wait_for_commit() 388 dbg_cmt("commit finished, pid %d woke up", current->pid); in wait_for_commit() 473 dbg_cmt("commit required now"); in ubifs_gc_should_commit() 476 dbg_cmt("commit not requested"); in ubifs_gc_should_commit()
|
H A D | tnc_commit.c | 650 dbg_cmt("no znodes to commit"); in get_znodes_to_commit() 671 dbg_cmt("committing %d znodes", cnt); in get_znodes_to_commit() 692 dbg_cmt("need about %d empty LEBS for TNC commit", leb_cnt); in alloc_idx_lebs() 703 dbg_cmt("LEB %d", lnum); in alloc_idx_lebs() 725 dbg_cmt("LEB %d", lnum); in free_unused_idx_lebs() 808 dbg_cmt("number of index LEBs %d", c->lst.idx_lebs); in ubifs_tnc_start_commit() 809 dbg_cmt("size of index %llu", c->calc_idx_sz); in ubifs_tnc_start_commit() 1066 dbg_cmt(""); in return_gap_lebs() 1102 dbg_cmt("TNC height is %d", c->zroot.znode->level + 1); in ubifs_tnc_end_commit()
|
H A D | orphan.c | 255 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit() 444 dbg_cmt("there is space for %d orphans and there are %d", in consolidate() 1044 dbg_cmt("last inode number is %lu", ci.last_ino); in dbg_check_orphans() 1045 dbg_cmt("total number of inodes is %lu", ci.tot_inos); in dbg_check_orphans() 1046 dbg_cmt("total number of leaf nodes is %llu", ci.leaf_cnt); in dbg_check_orphans()
|
H A D | debug.h | 190 #define dbg_cmt(fmt, ...) ubifs_dbg_msg("cmt", fmt, ##__VA_ARGS__) macro
|
H A D | lpt_commit.c | 116 dbg_cmt("committing %d cnodes", cnt); in get_cnodes_to_commit() 1215 dbg_cmt("no cnodes to commit"); in ubifs_lpt_start_commit()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | orphan.c | 174 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit() 363 dbg_cmt("there is space for %d orphans and there are %d", in consolidate() 937 dbg_cmt("last inode number is %lu", ci.last_ino); in dbg_check_orphans() 938 dbg_cmt("total number of inodes is %lu", ci.tot_inos); in dbg_check_orphans() 939 dbg_cmt("total number of leaf nodes is %llu", ci.leaf_cnt); in dbg_check_orphans()
|
H A D | debug.h | 219 #define dbg_cmt(fmt, ...) ubifs_dbg_msg("cmt", fmt, ##__VA_ARGS__) macro
|
H A D | lpt_commit.c | 123 dbg_cmt("committing %d cnodes", cnt); in get_cnodes_to_commit() 1258 dbg_cmt("no cnodes to commit"); in ubifs_lpt_start_commit()
|