| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | super.c | 521 ubifs_msg(c, "read-only UBI device"); in init_constants_early() 526 ubifs_msg(c, "static UBI volume - read-only mode"); in init_constants_early() 1388 ubifs_msg(c, "recovery needed"); in mount_ubifs() 1526 ubifs_msg(c, "recovery deferred"); in mount_ubifs() 1529 ubifs_msg(c, "recovery completed"); in mount_ubifs() 1548 ubifs_msg(c, "UBIFS: mounted UBI device %d, volume %d, name \"%s\"%s", in mount_ubifs() 1553 ubifs_msg(c, "LEB size: %d bytes (%d KiB), min./max. I/O unit sizes: %d bytes/%d bytes", in mount_ubifs() 1556 …ubifs_msg(c, "FS size: %lld bytes (%lld MiB, %d LEBs), journal size %lld bytes (%lld MiB, %d LEBs)… in mount_ubifs() 1559 ubifs_msg(c, "reserved for root: %llu bytes (%llu KiB)", in mount_ubifs() 1561 ubifs_msg(c, "media format: w%d/r%d (latest is w%d/r%d), UUID %pUB%s", in mount_ubifs() [all …]
|
| H A D | debug.c | 1041 ubifs_msg(c, "saved lprops statistics dump"); in dbg_check_space_info() 1043 ubifs_msg(c, "saved budgeting info dump"); in dbg_check_space_info() 1045 ubifs_msg(c, "saved idx_gc_cnt %d", d->saved_idx_gc_cnt); in dbg_check_space_info() 1046 ubifs_msg(c, "current lprops statistics dump"); in dbg_check_space_info() 1049 ubifs_msg(c, "current budgeting info dump"); in dbg_check_space_info() 1245 ubifs_msg(c, "first node at %d:%d\n", zbr1->lnum, zbr1->offs); in dbg_check_key_order() 1247 ubifs_msg(c, "second node at %d:%d\n", zbr2->lnum, zbr2->offs); in dbg_check_key_order() 1450 ubifs_msg(c, "dump of the znode"); in dbg_check_znode() 1453 ubifs_msg(c, "dump of the parent znode"); in dbg_check_znode() 1520 ubifs_msg(c, "first znode"); in dbg_check_tnc() [all …]
|
| H A D | sb.c | 353 ubifs_msg(c, "default file-system created"); in create_default_filesystem() 556 ubifs_msg(c, "Mounting in %sauthenticated mode", in authenticate_sb_node() 666 ubifs_msg(c, "only R/O mounting is possible"); in ubifs_read_superblock() 911 ubifs_msg(c, "start fixing up free space"); in ubifs_fixup_free_space() 923 ubifs_msg(c, "free space fixup complete"); in ubifs_fixup_free_space()
|
| H A D | misc.c | 6 void ubifs_msg(const struct ubifs_info *c, const char *fmt, ...) in ubifs_msg() function
|
| H A D | commit.c | 280 ubifs_msg(c, "background thread \"%s\" started, PID %d", in ubifs_bg_thread() 315 ubifs_msg(c, "background thread \"%s\" stops", c->bgt_name); in ubifs_bg_thread()
|
| H A D | recovery.c | 297 ubifs_msg(c, "recovered master node from LEB %d", in ubifs_recover_master_node() 679 ubifs_msg(c, "recovery corrupt node\n"); in ubifs_recover_leb() 695 ubifs_msg(c, "recovery empty space\n"); in ubifs_recover_leb()
|
| H A D | auth.c | 243 ubifs_msg(c, "Successfully verified super block signature"); in ubifs_sb_verify_signature()
|
| H A D | ubifs.h | 2103 void ubifs_msg(const struct ubifs_info *c, const char *fmt, ...);
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | super.c | 687 ubifs_msg(c, "read-only UBI device"); in init_constants_early() 692 ubifs_msg(c, "static UBI volume - read-only mode"); in init_constants_early() 1471 ubifs_msg(c, "recovery needed"); in mount_ubifs() 1588 ubifs_msg(c, "recovery deferred"); in mount_ubifs() 1591 ubifs_msg(c, "recovery completed"); in mount_ubifs() 1612 ubifs_msg(c, "UBIFS: mounted UBI device %d, volume %d, name \"%s\"%s", in mount_ubifs() 1617 ubifs_msg(c, "LEB size: %d bytes (%d KiB), min./max. I/O unit sizes: %d bytes/%d bytes", in mount_ubifs() 1620 …ubifs_msg(c, "FS size: %lld bytes (%lld MiB, %d LEBs), journal size %lld bytes (%lld MiB, %d LEBs)… in mount_ubifs() 1623 ubifs_msg(c, "reserved for root: %llu bytes (%llu KiB)", in mount_ubifs() 1625 ubifs_msg(c, "media format: w%d/r%d (latest is w%d/r%d), UUID %pUB%s", in mount_ubifs() [all …]
|
| H A D | debug.c | 1052 ubifs_msg(c, "saved lprops statistics dump"); in dbg_check_space_info() 1054 ubifs_msg(c, "saved budgeting info dump"); in dbg_check_space_info() 1056 ubifs_msg(c, "saved idx_gc_cnt %d", d->saved_idx_gc_cnt); in dbg_check_space_info() 1057 ubifs_msg(c, "current lprops statistics dump"); in dbg_check_space_info() 1060 ubifs_msg(c, "current budgeting info dump"); in dbg_check_space_info() 1255 ubifs_msg(c, "first node at %d:%d\n", zbr1->lnum, zbr1->offs); in dbg_check_key_order() 1257 ubifs_msg(c, "second node at %d:%d\n", zbr2->lnum, zbr2->offs); in dbg_check_key_order() 1460 ubifs_msg(c, "dump of the znode"); in dbg_check_znode() 1463 ubifs_msg(c, "dump of the parent znode"); in dbg_check_znode() 1559 ubifs_msg(c, "first znode"); in dbg_check_tnc() [all …]
|
| H A D | sb.c | 336 ubifs_msg(c, "default file-system created"); in create_default_filesystem() 561 ubifs_msg(c, "only R/O mounting is possible"); in ubifs_read_superblock() 799 ubifs_msg(c, "start fixing up free space"); in ubifs_fixup_free_space() 818 ubifs_msg(c, "free space fixup complete"); in ubifs_fixup_free_space()
|
| H A D | ubifs.h | 622 #define ubifs_msg(c, fmt, ...) macro 624 #define ubifs_msg(c, fmt, ...) \ macro
|
| H A D | recovery.c | 301 ubifs_msg(c, "recovered master node from LEB %d", in ubifs_recover_master_node()
|