Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ubifs/
Dio.c1058 ubifs_errc(c, "bad node type (%d but expected %d)", in ubifs_read_node()
1065 ubifs_errc(c, "expected node type %d", type); in ubifs_read_node()
1071 ubifs_errc(c, "bad node length %d, expected %d", l, len); in ubifs_read_node()
1078 ubifs_errc(c, "bad node at LEB %d:%d, LEB mapping status %d", lnum, in ubifs_read_node()
Dsuper.c521 ubifs_errc(c, "too small LEBs (%d bytes), min. is %d bytes", in init_constants_early()
527 ubifs_errc(c, "too few LEBs (%d), min. is %d", in init_constants_early()
533 ubifs_errc(c, "bad min. I/O size %d", c->min_io_size); in init_constants_early()
544 ubifs_errc(c, "bad write buffer size %d for %d min. I/O unit", in init_constants_early()
Dubifs.h2116 #define ubifs_errc(c, fmt, ...) \ macro