Home
last modified time | relevance | path

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

/fs/ubifs/
Dsuper.c498 ubifs_msg("read-only UBI device"); in init_constants_early()
503 ubifs_msg("static UBI volume - read-only mode"); in init_constants_early()
1222 ubifs_msg("recovery needed"); in mount_ubifs()
1317 ubifs_msg("recovery deferred"); in mount_ubifs()
1320 ubifs_msg("recovery completed"); in mount_ubifs()
1337 ubifs_msg("mounted UBI device %d, volume %d, name \"%s\"", in mount_ubifs()
1340 ubifs_msg("mounted read-only"); in mount_ubifs()
1342 ubifs_msg("file system size: %lld bytes (%lld KiB, %lld MiB, %d " in mount_ubifs()
1345 ubifs_msg("journal size: %lld bytes (%lld KiB, %lld MiB, %d " in mount_ubifs()
1347 ubifs_msg("media format: %d (latest is %d)", in mount_ubifs()
[all …]
Ddebug.c909 ubifs_msg("saved lprops statistics dump"); in dbg_check_space_info()
912 ubifs_msg("current lprops statistics dump"); in dbg_check_space_info()
1103 ubifs_msg("first node at %d:%d\n", zbr1->lnum, zbr1->offs); in dbg_check_key_order()
1105 ubifs_msg("second node at %d:%d\n", zbr2->lnum, zbr2->offs); in dbg_check_key_order()
1308 ubifs_msg("dump of the znode"); in dbg_check_znode()
1311 ubifs_msg("dump of the parent znode"); in dbg_check_znode()
1378 ubifs_msg("first znode"); in dbg_check_tnc()
1380 ubifs_msg("second znode"); in dbg_check_tnc()
1537 ubifs_msg("dump of znode at LEB %d:%d", zbr->lnum, zbr->offs); in dbg_walk_index()
1944 ubifs_msg("dump of node at LEB %d:%d", zbr->lnum, zbr->offs); in check_leaf()
[all …]
Dsb.c340 ubifs_msg("default file-system created"); in create_default_filesystem()
Dubifs.h44 #define ubifs_msg(fmt, ...) \ macro