Home
last modified time | relevance | path

Searched refs:dbg_log (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlog.c150 dbg_log("LEB %d:%d, jhead %s, bud_bytes %lld", bud->lnum, in ubifs_add_bud()
192 dbg_log("not enough log space - %lld, required %d", in ubifs_add_bud_to_log()
209 dbg_log("bud bytes %lld (%lld max), require commit", in ubifs_add_bud_to_log()
223 dbg_log("bud bytes %lld (%lld max), initiate BG commit", in ubifs_add_bud_to_log()
263 dbg_log("write ref LEB %d:%d", in ubifs_add_bud_to_log()
315 dbg_log("preserve %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld", in remove_buds()
321 dbg_log("remove %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld", in remove_buds()
387 dbg_log("add ref to LEB %d:%d for jhead %s", in ubifs_log_start_commit()
414 dbg_log("writing commit start at LEB %d:0, len %d", c->lhead_lnum, len); in ubifs_log_start_commit()
461 dbg_log("old tail was LEB %d:0, new tail is LEB %d:0", in ubifs_log_end_commit()
[all …]
H A Ddebug.h213 #define dbg_log(fmt, ...) ubifs_dbg_msg("log", fmt, ##__VA_ARGS__) macro
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlog.c146 dbg_log("LEB %d:%d, jhead %s, bud_bytes %lld", bud->lnum, in ubifs_add_bud()
188 dbg_log("not enough log space - %lld, required %d", in ubifs_add_bud_to_log()
205 dbg_log("bud bytes %lld (%lld max), require commit", in ubifs_add_bud_to_log()
219 dbg_log("bud bytes %lld (%lld max), initiate BG commit", in ubifs_add_bud_to_log()
260 dbg_log("write ref LEB %d:%d", in ubifs_add_bud_to_log()
320 dbg_log("preserve %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld", in remove_buds()
326 dbg_log("remove %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld", in remove_buds()
400 dbg_log("add ref to LEB %d:%d for jhead %s", in ubifs_log_start_commit()
433 dbg_log("writing commit start at LEB %d:0, len %d", c->lhead_lnum, len); in ubifs_log_start_commit()
477 dbg_log("old tail was LEB %d:0, new tail is LEB %d:0", in ubifs_log_end_commit()
[all …]
H A Ddebug.h194 #define dbg_log(fmt, ...) ubifs_dbg_msg("log", fmt, ##__VA_ARGS__) macro
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc.h1262 struct dbg_log_ent dbg_log[DBG_LOG_SZ]; member
H A Dlpfc_init.c14108 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC); in lpfc_dmp_dbg()
14111 (unsigned long)phba->dbg_log[temp_idx].t_ns, in lpfc_dmp_dbg()
14113 phba->dbg_log[temp_idx].log); in lpfc_dmp_dbg()
14141 vscnprintf(phba->dbg_log[idx].log, in lpfc_dbg_print()
14142 sizeof(phba->dbg_log[idx].log), fmt, args); in lpfc_dbg_print()
14145 phba->dbg_log[idx].t_ns = local_clock(); in lpfc_dbg_print()