Searched refs:dbg_lp (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | lpt.c | 468 dbg_lp("LEB %d add %d to %d", in ubifs_add_lpt_dirt() 483 dbg_lp("LEB %d free %d dirty %d to %d %d", in set_ltab() 836 dbg_lp("space_bits %d", c->space_bits); in ubifs_create_dflt_lpt() 837 dbg_lp("lpt_lnum_bits %d", c->lpt_lnum_bits); in ubifs_create_dflt_lpt() 838 dbg_lp("lpt_offs_bits %d", c->lpt_offs_bits); in ubifs_create_dflt_lpt() 839 dbg_lp("lpt_spc_bits %d", c->lpt_spc_bits); in ubifs_create_dflt_lpt() 840 dbg_lp("pcnt_bits %d", c->pcnt_bits); in ubifs_create_dflt_lpt() 841 dbg_lp("lnum_bits %d", c->lnum_bits); in ubifs_create_dflt_lpt() 842 dbg_lp("pnode_sz %d", c->pnode_sz); in ubifs_create_dflt_lpt() 843 dbg_lp("nnode_sz %d", c->nnode_sz); in ubifs_create_dflt_lpt() [all …]
|
D | lpt_commit.c | 129 dbg_lp("committing %d cnodes", cnt); in get_cnodes_to_commit() 143 dbg_lp("LEB %d free %d dirty %d to %d +%d", in upd_ltab() 538 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in write_cnodes() 539 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in write_cnodes() 540 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in write_cnodes() 542 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in write_cnodes() 764 dbg_lp("LEB %d", i + c->lpt_first); in lpt_tgc_start() 788 dbg_lp("LEB %d", i + c->lpt_first); in lpt_tgc_end() 1154 dbg_lp("LEB %d", lnum); in lpt_gc_lnum() 1229 dbg_lp(""); in ubifs_lpt_start_commit() [all …]
|
D | debug.h | 192 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) macro
|
D | lprops.c | 543 dbg_lp("LEB %d, free %d, dirty %d, flags %d", in ubifs_change_lp()
|