Lines Matching full:dump
46 * ubi_dump_flash - dump a region of flash. in FAIL_ACTION()
48 * @pnum: the physical eraseblock number to dump in FAIL_ACTION()
49 * @offset: the starting offset within the physical eraseblock to dump in FAIL_ACTION()
50 * @len: the length of the region to dump in FAIL_ACTION()
78 * ubi_dump_ec_hdr - dump an erase counter header.
79 * @ec_hdr: the erase counter header to dump
83 pr_err("Erase counter header dump:\n"); in ubi_dump_ec_hdr()
97 * ubi_dump_vid_hdr - dump a volume identifier header.
98 * @vid_hdr: the volume identifier header to dump
102 pr_err("Volume identifier header dump:\n"); in ubi_dump_vid_hdr()
122 * ubi_dump_vol_info - dump volume information.
127 pr_err("Volume information dump:\n"); in ubi_dump_vol_info()
153 * ubi_dump_vtbl_record - dump a &struct ubi_vtbl_record object.
154 * @r: the object to dump
161 pr_err("Volume table record %d dump:\n", idx); in ubi_dump_vtbl_record()
186 * ubi_dump_av - dump a &struct ubi_ainf_volume object.
187 * @av: the object to dump
191 pr_err("Volume attaching information dump:\n"); in ubi_dump_av()
203 * ubi_dump_aeb - dump a &struct ubi_ainf_peb object.
204 * @aeb: the object to dump
209 pr_err("eraseblock attaching information dump:\n"); in ubi_dump_aeb()
220 * ubi_dump_mkvol_req - dump a &struct ubi_mkvol_req object.
221 * @req: the object to dump
227 pr_err("Volume creation request dump:\n"); in ubi_dump_mkvol_req()