Searched refs:dbg_lp (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | lpt.c | 461 dbg_lp("LEB %d add %d to %d", in ubifs_add_lpt_dirt() 476 dbg_lp("LEB %d free %d dirty %d to %d %d", in set_ltab() 828 dbg_lp("space_bits %d", c->space_bits); in ubifs_create_dflt_lpt() 829 dbg_lp("lpt_lnum_bits %d", c->lpt_lnum_bits); in ubifs_create_dflt_lpt() 830 dbg_lp("lpt_offs_bits %d", c->lpt_offs_bits); in ubifs_create_dflt_lpt() 831 dbg_lp("lpt_spc_bits %d", c->lpt_spc_bits); in ubifs_create_dflt_lpt() 832 dbg_lp("pcnt_bits %d", c->pcnt_bits); in ubifs_create_dflt_lpt() 833 dbg_lp("lnum_bits %d", c->lnum_bits); in ubifs_create_dflt_lpt() 834 dbg_lp("pnode_sz %d", c->pnode_sz); in ubifs_create_dflt_lpt() 835 dbg_lp("nnode_sz %d", c->nnode_sz); in ubifs_create_dflt_lpt() [all …]
|
H A D | lpt_commit.c | 124 dbg_lp("committing %d cnodes", cnt); in get_cnodes_to_commit() 138 dbg_lp("LEB %d free %d dirty %d to %d +%d", in upd_ltab() 534 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in write_cnodes() 535 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in write_cnodes() 536 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in write_cnodes() 538 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in write_cnodes() 761 dbg_lp("LEB %d", i + c->lpt_first); in lpt_tgc_start() 785 dbg_lp("LEB %d", i + c->lpt_first); in lpt_tgc_end() 1153 dbg_lp("LEB %d", lnum); in lpt_gc_lnum() 1228 dbg_lp(""); in ubifs_lpt_start_commit() [all …]
|
H A D | debug.h | 209 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) macro
|
H A D | lprops.c | 536 dbg_lp("LEB %d, free %d, dirty %d, flags %d", in ubifs_change_lp()
|
/openbmc/linux/fs/ubifs/ |
H A D | lpt.c | 456 dbg_lp("LEB %d add %d to %d", in ubifs_add_lpt_dirt() 471 dbg_lp("LEB %d free %d dirty %d to %d %d", in set_ltab() 842 dbg_lp("space_bits %d", c->space_bits); in ubifs_create_dflt_lpt() 843 dbg_lp("lpt_lnum_bits %d", c->lpt_lnum_bits); in ubifs_create_dflt_lpt() 844 dbg_lp("lpt_offs_bits %d", c->lpt_offs_bits); in ubifs_create_dflt_lpt() 845 dbg_lp("lpt_spc_bits %d", c->lpt_spc_bits); in ubifs_create_dflt_lpt() 846 dbg_lp("pcnt_bits %d", c->pcnt_bits); in ubifs_create_dflt_lpt() 847 dbg_lp("lnum_bits %d", c->lnum_bits); in ubifs_create_dflt_lpt() 848 dbg_lp("pnode_sz %d", c->pnode_sz); in ubifs_create_dflt_lpt() 849 dbg_lp("nnode_sz %d", c->nnode_sz); in ubifs_create_dflt_lpt() [all …]
|
H A D | lpt_commit.c | 117 dbg_lp("committing %d cnodes", cnt); in get_cnodes_to_commit() 131 dbg_lp("LEB %d free %d dirty %d to %d +%d", in upd_ltab() 526 dbg_lp("LPT root is at %d:%d", c->lpt_lnum, c->lpt_offs); in write_cnodes() 527 dbg_lp("LPT head is at %d:%d", c->nhead_lnum, c->nhead_offs); in write_cnodes() 528 dbg_lp("LPT ltab is at %d:%d", c->ltab_lnum, c->ltab_offs); in write_cnodes() 530 dbg_lp("LPT lsave is at %d:%d", c->lsave_lnum, c->lsave_offs); in write_cnodes() 720 dbg_lp("LEB %d", i + c->lpt_first); in lpt_tgc_start() 744 dbg_lp("LEB %d", i + c->lpt_first); in lpt_tgc_end() 1110 dbg_lp("LEB %d", lnum); in lpt_gc_lnum() 1185 dbg_lp(""); in ubifs_lpt_start_commit() [all …]
|
H A D | debug.h | 180 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) macro
|
H A D | lprops.c | 531 dbg_lp("LEB %d, free %d, dirty %d, flags %d", in ubifs_change_lp()
|