Searched refs:dbg_cmt (Results 1 - 5 of 5) sorted by relevance

/fs/ubifs/
H A Dcommit.c115 dbg_cmt("start");
221 dbg_cmt("commit end");
344 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state),
349 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state),
372 dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state),
389 dbg_cmt("pid %d goes sleep", current->pid);
400 dbg_cmt("commit finished, pid %d woke up", current->pid);
485 dbg_cmt("commit required now");
488 dbg_cmt("commit not requested");
H A Dtnc_commit.c634 dbg_cmt("no znodes to commit");
651 dbg_cmt("committing %d znodes", cnt);
672 dbg_cmt("need about %d empty LEBS for TNC commit", leb_cnt);
683 dbg_cmt("LEB %d", lnum);
705 dbg_cmt("LEB %d", lnum);
788 dbg_cmt("number of index LEBs %d", c->lst.idx_lebs);
789 dbg_cmt("size of index %llu", c->calc_idx_sz);
1024 dbg_cmt("");
1060 dbg_cmt("TNC height is %d", c->zroot.znode->level + 1);
H A Dorphan.c185 dbg_cmt("%d orphans to commit", c->cmt_orphans);
374 dbg_cmt("there is space for %d orphans and there are %d",
948 dbg_cmt("last inode number is %lu", ci.last_ino);
949 dbg_cmt("total number of inodes is %lu", ci.tot_inos);
950 dbg_cmt("total number of leaf nodes is %llu", ci.leaf_cnt);
H A Ddebug.h200 #define dbg_cmt(fmt, ...) ubifs_dbg_msg("cmt", fmt, ##__VA_ARGS__) macro
H A Dlpt_commit.c127 dbg_cmt("committing %d cnodes", cnt);
1258 dbg_cmt("no cnodes to commit");

Completed in 200 milliseconds