| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | upd.c | 53 dbg_gen("set update marker for volume %d", vol->vol_id); in set_update_marker() 57 dbg_gen("already set"); in set_update_marker() 87 dbg_gen("clear update marker for volume %d", vol->vol_id); in clear_update_marker() 126 dbg_gen("start update of volume %d, %llu bytes", vol->vol_id, bytes); in ubi_start_update() 180 dbg_gen("start changing LEB %d:%d, %u bytes", in ubi_start_leb_change() 237 dbg_gen("all %d bytes contain 0xFF - skip", len); in write_leb() 282 dbg_gen("write %d of %lld bytes, %lld already passed", in ubi_more_update_data() 397 dbg_gen("write %d of %lld bytes, %lld already passed", in ubi_more_leb_change_data()
|
| H A D | kapi.c | 129 dbg_gen("open device %d, volume %d, mode %d", ubi_num, vol_id, mode); in ubi_open_volume() 247 dbg_gen("open device %d, volume %s, mode %d", ubi_num, name, mode); in ubi_open_volume_nm() 304 dbg_gen("open volume %s, mode %d", pathname, mode); in ubi_open_volume_path() 337 dbg_gen("close device %d, volume %d, mode %d", in ubi_close_volume() 436 dbg_gen("read %d bytes from LEB %d:%d:%d", len, vol_id, lnum, offset); in ubi_leb_read() 476 dbg_gen("read %d bytes from LEB %d:%d:%d", len, vol_id, lnum, offset); in ubi_leb_read_sg() 528 dbg_gen("write %d bytes to LEB %d:%d:%d", len, vol_id, lnum, offset); in ubi_leb_write() 573 dbg_gen("atomically write %d bytes to LEB %d:%d", len, vol_id, lnum); in ubi_leb_change() 613 dbg_gen("erase LEB %d:%d", vol->vol_id, lnum); in ubi_leb_erase() 673 dbg_gen("unmap LEB %d:%d", vol->vol_id, lnum); in ubi_leb_unmap() [all …]
|
| H A D | build.c | 537 dbg_gen("%s major is %u", ubi->ubi_name, MAJOR(dev)); in uif_init() 652 dbg_gen("sizeof(struct ubi_ainf_peb) %zu", sizeof(struct ubi_ainf_peb)); in io_init() 653 dbg_gen("sizeof(struct ubi_wl_entry) %zu", sizeof(struct ubi_wl_entry)); in io_init() 726 dbg_gen("min_io_size %d", ubi->min_io_size); in io_init() 727 dbg_gen("max_write_size %d", ubi->max_write_size); in io_init() 728 dbg_gen("hdrs_min_io_size %d", ubi->hdrs_min_io_size); in io_init() 729 dbg_gen("ec_hdr_alsize %d", ubi->ec_hdr_alsize); in io_init() 730 dbg_gen("vid_hdr_alsize %d", ubi->vid_hdr_alsize); in io_init() 747 dbg_gen("vid_hdr_offset %d", ubi->vid_hdr_offset); in io_init() 748 dbg_gen("vid_hdr_aloffset %d", ubi->vid_hdr_aloffset); in io_init() [all …]
|
| H A D | vmt.c | 169 dbg_gen("search for vacant volume ID"); in ubi_create_volume() 184 dbg_gen("create device %d, volume %d, %llu bytes, type %d, name %s", in ubi_create_volume() 361 dbg_gen("remove device %d, volume %d", ubi->ubi_num, vol_id); in ubi_remove_volume() 437 dbg_gen("re-size device %d, volume %d to from %d to %d PEBs", in ubi_resize_volume() 590 dbg_gen("add volume %d", vol_id); in ubi_add_volume() 633 dbg_gen("free volume %d", vol->vol_id); in ubi_free_volume()
|
| H A D | debug.h | 43 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) macro
|
| H A D | vtbl.c | 303 dbg_gen("create volume table (copy #%d)", copy + 1); 404 dbg_gen("check layout volume");
|
| H A D | attach.c | 1244 dbg_gen("process PEB %d", pnum); in scan_all() 1355 dbg_gen("process PEB %d", pnum); in scan_fast() 1441 dbg_gen("max. sequence number: %llu", ai->max_sqnum); in ubi_attach()
|
| H A D | io.c | 203 dbg_gen("bit-flip (emulated)"); in ubi_io_read()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | super.c | 104 dbg_gen("Error, can't lock (save) more inodes while recovery!!!"); in iput() 251 dbg_gen("inode %lu", inum); in ubifs_iget() 501 dbg_gen("inode %lu, mode %#x, nlink %u", in ubifs_write_inode() 532 dbg_gen("inode %lu, mode %#x", inode->i_ino, (int)inode->i_mode); in ubifs_evict_inode() 573 dbg_gen("inode %lu", inode->i_ino); in ubifs_dirty_inode() 585 dbg_gen("free space %lld bytes (%lld blocks)", in ubifs_statfs() 1630 dbg_gen("default compressor: %s", ubifs_compr_name(c->default_compr)); in mount_ubifs() 1631 dbg_gen("data journal heads: %d", in mount_ubifs() 1633 dbg_gen("log LEBs: %d (%d - %d)", in mount_ubifs() 1635 dbg_gen("LPT area LEBs: %d (%d - %d)", in mount_ubifs() [all …]
|
| H A D | ubifs.c | 116 dbg_gen("invalid compression type %s", alg_name); in crypto_alloc_comp() 224 dbg_gen("cannot initialize compressor %s," in compr_init() 310 dbg_gen("dir ino %lu, f_pos %#llx", dir->i_ino, file->f_pos); in ubifs_printdir() 352 dbg_gen("feed '%s', ino %llu, new f_pos %#x", in ubifs_printdir() 421 dbg_gen("dir ino %lu, f_pos %#llx", dir->i_ino, file->f_pos); in ubifs_finddir() 436 dbg_gen("feed '%s', ino %llu, new f_pos %#x", in ubifs_finddir() 468 dbg_gen("cannot find next direntry, error %d", err); in ubifs_finddir() 742 dbg_gen("ino %lu, pg %lu, i_size %lld", in do_readpage() 828 dbg_gen("hole"); in do_readpage()
|
| H A D | orphan.c | 94 dbg_gen("ino %lu", (unsigned long)inum); in ubifs_add_orphan() 121 dbg_gen("deleted twice ino %lu", in ubifs_delete_orphan() 130 dbg_gen("delete later ino %lu", in ubifs_delete_orphan() 143 dbg_gen("inum %lu", (unsigned long)inum); in ubifs_delete_orphan() 444 dbg_gen("deleting orphan ino %lu", (unsigned long)orphan->inum); in erase_deleted()
|
| H A D | sb.c | 150 dbg_gen("LEB Properties Tree created (LEBs %d-%d)", lpt_first, in create_default_filesystem() 200 dbg_gen("default superblock created at LEB 0:0"); in create_default_filesystem() 262 dbg_gen("default master node created at LEB %d:0", UBIFS_MST_LNUM); in create_default_filesystem() 285 dbg_gen("default root indexing node created LEB %d:0", in create_default_filesystem() 317 dbg_gen("root inode created at LEB %d:0", in create_default_filesystem()
|
| H A D | debug.h | 189 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) macro
|