Searched refs:dbg_cmt (Results 1 – 5 of 5) sorted by relevance
/fs/ubifs/ |
D | commit.c | 115 dbg_cmt("start"); in do_commit() 225 dbg_cmt("commit end"); in do_commit() 348 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_commit_required() 353 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_commit_required() 376 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state), in ubifs_request_bg_commit() 393 dbg_cmt("pid %d goes sleep", current->pid); in wait_for_commit() 404 dbg_cmt("commit finished, pid %d woke up", current->pid); in wait_for_commit() 489 dbg_cmt("commit required now"); in ubifs_gc_should_commit() 492 dbg_cmt("commit not requested"); in ubifs_gc_should_commit()
|
D | tnc_commit.c | 635 dbg_cmt("no znodes to commit"); in get_znodes_to_commit() 652 dbg_cmt("committing %d znodes", cnt); in get_znodes_to_commit() 673 dbg_cmt("need about %d empty LEBS for TNC commit", leb_cnt); in alloc_idx_lebs() 684 dbg_cmt("LEB %d", lnum); in alloc_idx_lebs() 706 dbg_cmt("LEB %d", lnum); in free_unused_idx_lebs() 789 dbg_cmt("number of index LEBs %d", c->lst.idx_lebs); in ubifs_tnc_start_commit() 790 dbg_cmt("size of index %llu", c->calc_idx_sz); in ubifs_tnc_start_commit() 1025 dbg_cmt(""); in return_gap_lebs() 1061 dbg_cmt("TNC height is %d", c->zroot.znode->level + 1); in ubifs_tnc_end_commit()
|
D | orphan.c | 185 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit() 375 dbg_cmt("there is space for %d orphans and there are %d", in consolidate() 966 dbg_cmt("last inode number is %lu", ci.last_ino); in dbg_check_orphans() 967 dbg_cmt("total number of inodes is %lu", ci.tot_inos); in dbg_check_orphans() 968 dbg_cmt("total number of leaf nodes is %llu", ci.leaf_cnt); in dbg_check_orphans()
|
D | debug.h | 200 #define dbg_cmt(fmt, ...) ubifs_dbg_msg("cmt", fmt, ##__VA_ARGS__) macro
|
D | lpt_commit.c | 127 dbg_cmt("committing %d cnodes", cnt); in get_cnodes_to_commit() 1260 dbg_cmt("no cnodes to commit"); in ubifs_lpt_start_commit()
|