Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dsuper.c504 ubifs_msg(c, "read-only UBI device"); in init_constants_early()
509 ubifs_msg(c, "static UBI volume - read-only mode"); in init_constants_early()
1272 ubifs_msg(c, "recovery needed"); in mount_ubifs()
1381 ubifs_msg(c, "recovery deferred"); in mount_ubifs()
1384 ubifs_msg(c, "recovery completed"); in mount_ubifs()
1405 ubifs_msg(c, "UBIFS: mounted UBI device %d, volume %d, name \"%s\"%s", in mount_ubifs()
1410 ubifs_msg(c, "LEB size: %d bytes (%d KiB), min./max. I/O unit sizes: %d bytes/%d bytes", in mount_ubifs()
1413ubifs_msg(c, "FS size: %lld bytes (%lld MiB, %d LEBs), journal size %lld bytes (%lld MiB, %d LEBs)… in mount_ubifs()
1416 ubifs_msg(c, "reserved for root: %llu bytes (%llu KiB)", in mount_ubifs()
1418 ubifs_msg(c, "media format: w%d/r%d (latest is w%d/r%d), UUID %pUB%s", in mount_ubifs()
[all …]
Ddebug.c1043 ubifs_msg(c, "saved lprops statistics dump"); in dbg_check_space_info()
1045 ubifs_msg(c, "saved budgeting info dump"); in dbg_check_space_info()
1047 ubifs_msg(c, "saved idx_gc_cnt %d", d->saved_idx_gc_cnt); in dbg_check_space_info()
1048 ubifs_msg(c, "current lprops statistics dump"); in dbg_check_space_info()
1051 ubifs_msg(c, "current budgeting info dump"); in dbg_check_space_info()
1246 ubifs_msg(c, "first node at %d:%d\n", zbr1->lnum, zbr1->offs); in dbg_check_key_order()
1248 ubifs_msg(c, "second node at %d:%d\n", zbr2->lnum, zbr2->offs); in dbg_check_key_order()
1451 ubifs_msg(c, "dump of the znode"); in dbg_check_znode()
1454 ubifs_msg(c, "dump of the parent znode"); in dbg_check_znode()
1521 ubifs_msg(c, "first znode"); in dbg_check_tnc()
[all …]
Dsb.c338 ubifs_msg(c, "default file-system created"); in create_default_filesystem()
557 ubifs_msg(c, "only R/O mounting is possible"); in ubifs_read_superblock()
788 ubifs_msg(c, "start fixing up free space"); in ubifs_fixup_free_space()
807 ubifs_msg(c, "free space fixup complete"); in ubifs_fixup_free_space()
Dcommit.c292 ubifs_msg(c, "background thread \"%s\" started, PID %d", in ubifs_bg_thread()
327 ubifs_msg(c, "background thread \"%s\" stops", c->bgt_name); in ubifs_bg_thread()
Dubifs.h46 #define ubifs_msg(c, fmt, ...) \ macro
Drecovery.c308 ubifs_msg(c, "recovered master node from LEB %d", in ubifs_recover_master_node()