Searched refs:dbg_cmt (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
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()
|
D | tnc_commit.c | 650 dbg_cmt("no znodes to commit"); in get_znodes_to_commit() 669 dbg_cmt("committing %d znodes", cnt); in get_znodes_to_commit() 690 dbg_cmt("need about %d empty LEBS for TNC commit", leb_cnt); in alloc_idx_lebs() 701 dbg_cmt("LEB %d", lnum); in alloc_idx_lebs() 723 dbg_cmt("LEB %d", lnum); in free_unused_idx_lebs() 806 dbg_cmt("number of index LEBs %d", c->lst.idx_lebs); in ubifs_tnc_start_commit() 807 dbg_cmt("size of index %llu", c->calc_idx_sz); in ubifs_tnc_start_commit() 1064 dbg_cmt(""); in return_gap_lebs() 1100 dbg_cmt("TNC height is %d", c->zroot.znode->level + 1); in ubifs_tnc_end_commit()
|
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()
|
D | debug.h | 190 #define dbg_cmt(fmt, ...) ubifs_dbg_msg("cmt", fmt, ##__VA_ARGS__) macro
|
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()
|