Home
last modified time | relevance | path

Searched refs:ubifs_errc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/ubifs/
Dio.c1070 ubifs_errc(c, "bad node type (%d but expected %d)", in ubifs_read_node()
1077 ubifs_errc(c, "expected node type %d", type); in ubifs_read_node()
1083 ubifs_errc(c, "bad node length %d, expected %d", l, len); in ubifs_read_node()
1090 ubifs_errc(c, "bad node at LEB %d:%d, LEB mapping status %d", lnum, in ubifs_read_node()
Dsuper.c539 ubifs_errc(c, "too small LEBs (%d bytes), min. is %d bytes", in init_constants_early()
545 ubifs_errc(c, "too few LEBs (%d), min. is %d", in init_constants_early()
551 ubifs_errc(c, "bad min. I/O size %d", c->min_io_size); in init_constants_early()
562 ubifs_errc(c, "bad write buffer size %d for %d min. I/O unit", in init_constants_early()
Dubifs.h2110 #define ubifs_errc(c, fmt, ...) \ macro