Home
last modified time | relevance | path

Searched refs:ubifs_msg (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Dsuper.c521 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()
1400 ubifs_msg(c, "recovery needed"); in mount_ubifs()
1538 ubifs_msg(c, "recovery deferred"); in mount_ubifs()
1541 ubifs_msg(c, "recovery completed"); in mount_ubifs()
1560 ubifs_msg(c, "UBIFS: mounted UBI device %d, volume %d, name \"%s\"%s", in mount_ubifs()
1565 ubifs_msg(c, "LEB size: %d bytes (%d KiB), min./max. I/O unit sizes: %d bytes/%d bytes", in mount_ubifs()
1568ubifs_msg(c, "FS size: %lld bytes (%lld MiB, %d LEBs), max %d LEBs, journal size %lld bytes (%lld … in mount_ubifs()
1571 ubifs_msg(c, "reserved for root: %llu bytes (%llu KiB)", in mount_ubifs()
1573 ubifs_msg(c, "media format: w%d/r%d (latest is w%d/r%d), UUID %pUB%s", in mount_ubifs()
[all …]
H A Ddebug.c1066 ubifs_msg(c, "saved lprops statistics dump"); in dbg_check_space_info()
1068 ubifs_msg(c, "saved budgeting info dump"); in dbg_check_space_info()
1070 ubifs_msg(c, "saved idx_gc_cnt %d", d->saved_idx_gc_cnt); in dbg_check_space_info()
1071 ubifs_msg(c, "current lprops statistics dump"); in dbg_check_space_info()
1074 ubifs_msg(c, "current budgeting info dump"); in dbg_check_space_info()
1270 ubifs_msg(c, "first node at %d:%d\n", zbr1->lnum, zbr1->offs); in dbg_check_key_order()
1272 ubifs_msg(c, "second node at %d:%d\n", zbr2->lnum, zbr2->offs); in dbg_check_key_order()
1475 ubifs_msg(c, "dump of the znode"); in dbg_check_znode()
1478 ubifs_msg(c, "dump of the parent znode"); in dbg_check_znode()
1545 ubifs_msg(c, "first znode"); in dbg_check_tnc()
[all …]
H A Dmisc.c6 void ubifs_msg(const struct ubifs_info *c, const char *fmt, ...) in ubifs_msg() function
H A Dsb.c356 ubifs_msg(c, "default file-system created"); in create_default_filesystem()
559 ubifs_msg(c, "Mounting in %sauthenticated mode", in authenticate_sb_node()
669 ubifs_msg(c, "only R/O mounting is possible"); in ubifs_read_superblock()
914 ubifs_msg(c, "start fixing up free space"); in ubifs_fixup_free_space()
926 ubifs_msg(c, "free space fixup complete"); in ubifs_fixup_free_space()
H A Dcommit.c280 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 Dauth.c242 ubifs_msg(c, "Successfully verified super block signature"); in ubifs_sb_verify_signature()
H A Drecovery.c297 ubifs_msg(c, "recovered master node from LEB %d", in ubifs_recover_master_node()
H A Dubifs.h2149 void ubifs_msg(const struct ubifs_info *c, const char *fmt, ...);
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c686 ubifs_msg(c, "read-only UBI device"); in init_constants_early()
691 ubifs_msg(c, "static UBI volume - read-only mode"); in init_constants_early()
1473 ubifs_msg(c, "recovery needed"); in mount_ubifs()
1590 ubifs_msg(c, "recovery deferred"); in mount_ubifs()
1593 ubifs_msg(c, "recovery completed"); in mount_ubifs()
1614 ubifs_msg(c, "UBIFS: mounted UBI device %d, volume %d, name \"%s\"%s", in mount_ubifs()
1621 ubifs_msg(c, "LEB size: %d bytes (%d KiB), min./max. I/O unit sizes: %d bytes/%d bytes", in mount_ubifs()
1624ubifs_msg(c, "FS size: %lld bytes (%lld MiB, %d LEBs), journal size %lld bytes (%lld MiB, %d LEBs)… in mount_ubifs()
1627 ubifs_msg(c, "reserved for root: %llu bytes (%llu KiB)", in mount_ubifs()
1629 ubifs_msg(c, "media format: w%d/r%d (latest is w%d/r%d), UUID %pUB%s", in mount_ubifs()
[all …]
H A Ddebug.c1051 ubifs_msg(c, "saved lprops statistics dump"); in dbg_check_space_info()
1053 ubifs_msg(c, "saved budgeting info dump"); in dbg_check_space_info()
1055 ubifs_msg(c, "saved idx_gc_cnt %d", d->saved_idx_gc_cnt); in dbg_check_space_info()
1056 ubifs_msg(c, "current lprops statistics dump"); in dbg_check_space_info()
1059 ubifs_msg(c, "current budgeting info dump"); in dbg_check_space_info()
1254 ubifs_msg(c, "first node at %d:%d\n", zbr1->lnum, zbr1->offs); in dbg_check_key_order()
1256 ubifs_msg(c, "second node at %d:%d\n", zbr2->lnum, zbr2->offs); in dbg_check_key_order()
1459 ubifs_msg(c, "dump of the znode"); in dbg_check_znode()
1462 ubifs_msg(c, "dump of the parent znode"); in dbg_check_znode()
1558 ubifs_msg(c, "first znode"); in dbg_check_tnc()
[all …]
H A Dsb.c335 ubifs_msg(c, "default file-system created"); in create_default_filesystem()
560 ubifs_msg(c, "only R/O mounting is possible"); in ubifs_read_superblock()
798 ubifs_msg(c, "start fixing up free space"); in ubifs_fixup_free_space()
817 ubifs_msg(c, "free space fixup complete"); in ubifs_fixup_free_space()
H A Dubifs.h621 #define ubifs_msg(c, fmt, ...) macro
623 #define ubifs_msg(c, fmt, ...) \ macro
H A Drecovery.c300 ubifs_msg(c, "recovered master node from LEB %d", in ubifs_recover_master_node()