Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dio.c998 ubifs_errc(c, "bad node type (%d but expected %d)", in ubifs_read_node()
1005 ubifs_errc(c, "expected node type %d", type); in ubifs_read_node()
1011 ubifs_errc(c, "bad node length %d, expected %d", l, len); in ubifs_read_node()
1018 ubifs_errc(c, "bad node at LEB %d:%d, LEB mapping status %d", lnum, in ubifs_read_node()
Dsuper.c527 ubifs_errc(c, "too small LEBs (%d bytes), min. is %d bytes", in init_constants_early()
533 ubifs_errc(c, "too few LEBs (%d), min. is %d", in init_constants_early()
539 ubifs_errc(c, "bad min. I/O size %d", c->min_io_size); in init_constants_early()
550 ubifs_errc(c, "bad write buffer size %d for %d min. I/O unit", in init_constants_early()
Dubifs.h1878 #define ubifs_errc(c, fmt, ...) \ macro