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

/linux-master/fs/ubifs/
H A Dio.c1113 ubifs_errc(c, "bad node type (%d but expected %d)",
1120 ubifs_errc(c, "expected node type %d", type);
1126 ubifs_errc(c, "bad node length %d, expected %d", l, len);
1133 ubifs_errc(c, "bad node at LEB %d:%d, LEB mapping status %d", lnum,
H A Dsuper.c536 ubifs_errc(c, "too small LEBs (%d bytes), min. is %d bytes",
542 ubifs_errc(c, "too few LEBs (%d), min. is %d",
548 ubifs_errc(c, "bad min. I/O size %d", c->min_io_size);
559 ubifs_errc(c, "bad write buffer size %d for %d min. I/O unit",
H A Dubifs.h2163 #define ubifs_errc(c, fmt, ...) \ macro

Completed in 111 milliseconds