debug.h (0898782247ae533d1f4e47a06bc5d4870931b284) | debug.h (c4c0d19d39d26c5f58633f8fcca75f03b2854fc0) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * This file is part of UBIFS. 4 * 5 * Copyright (C) 2006-2008 Nokia Corporation. 6 * 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 8 * Adrian Hunter --- 228 unchanged lines hidden (view full) --- 237const char *dbg_ntype(int type); 238const char *dbg_cstate(int cmt_state); 239const char *dbg_jhead(int jhead); 240const char *dbg_get_key_dump(const struct ubifs_info *c, 241 const union ubifs_key *key); 242const char *dbg_snprintf_key(const struct ubifs_info *c, 243 const union ubifs_key *key, char *buffer, int len); 244void ubifs_dump_inode(struct ubifs_info *c, const struct inode *inode); | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * This file is part of UBIFS. 4 * 5 * Copyright (C) 2006-2008 Nokia Corporation. 6 * 7 * Authors: Artem Bityutskiy (Битюцкий Артём) 8 * Adrian Hunter --- 228 unchanged lines hidden (view full) --- 237const char *dbg_ntype(int type); 238const char *dbg_cstate(int cmt_state); 239const char *dbg_jhead(int jhead); 240const char *dbg_get_key_dump(const struct ubifs_info *c, 241 const union ubifs_key *key); 242const char *dbg_snprintf_key(const struct ubifs_info *c, 243 const union ubifs_key *key, char *buffer, int len); 244void ubifs_dump_inode(struct ubifs_info *c, const struct inode *inode); |
245void ubifs_dump_node(const struct ubifs_info *c, const void *node); | 245void ubifs_dump_node(const struct ubifs_info *c, const void *node, 246 int node_len); |
246void ubifs_dump_budget_req(const struct ubifs_budget_req *req); 247void ubifs_dump_lstats(const struct ubifs_lp_stats *lst); 248void ubifs_dump_budg(struct ubifs_info *c, const struct ubifs_budg_info *bi); 249void ubifs_dump_lprop(const struct ubifs_info *c, 250 const struct ubifs_lprops *lp); 251void ubifs_dump_lprops(struct ubifs_info *c); 252void ubifs_dump_lpt_info(struct ubifs_info *c); 253void ubifs_dump_leb(const struct ubifs_info *c, int lnum); --- 52 unchanged lines hidden --- | 247void ubifs_dump_budget_req(const struct ubifs_budget_req *req); 248void ubifs_dump_lstats(const struct ubifs_lp_stats *lst); 249void ubifs_dump_budg(struct ubifs_info *c, const struct ubifs_budg_info *bi); 250void ubifs_dump_lprop(const struct ubifs_info *c, 251 const struct ubifs_lprops *lp); 252void ubifs_dump_lprops(struct ubifs_info *c); 253void ubifs_dump_lpt_info(struct ubifs_info *c); 254void ubifs_dump_leb(const struct ubifs_info *c, int lnum); --- 52 unchanged lines hidden --- |