dbg_cmt
dbg_cmt("start");
dbg_cmt("commit end");
dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state),
dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state),
dbg_cmt("old: %s, new: %s", dbg_cstate(c->cmt_state),
dbg_cmt("pid %d goes sleep", current->pid);
dbg_cmt("commit finished, pid %d woke up", current->pid);
dbg_cmt("commit required now");
dbg_cmt("commit not requested");
dbg_cmt("committing %d cnodes", cnt);
dbg_cmt("no cnodes to commit");
dbg_cmt("%d orphans to commit", c->cmt_orphans);
dbg_cmt("there is space for %d orphans and there are %d",
dbg_cmt("last inode number is %lu", ci.last_ino);
dbg_cmt("total number of inodes is %lu", ci.tot_inos);
dbg_cmt("total number of leaf nodes is %llu", ci.leaf_cnt);
dbg_cmt("");
dbg_cmt("TNC height is %d", c->zroot.znode->level + 1);
dbg_cmt("no znodes to commit");
dbg_cmt("committing %d znodes", cnt);
dbg_cmt("need about %d empty LEBS for TNC commit", leb_cnt);
dbg_cmt("LEB %d", lnum);
dbg_cmt("LEB %d", lnum);
dbg_cmt("number of index LEBs %d", c->lst.idx_lebs);
dbg_cmt("size of index %llu", c->calc_idx_sz);