Searched refs:ro_error (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/ubifs/
H A Dio.c72 if (!c->ro_error) {
73 c->ro_error = 1;
111 if (c->ro_error)
131 if (c->ro_error)
151 if (c->ro_error)
170 if (c->ro_error)
579 if (c->ro_error)
677 if (c->ro_error) {
768 if (c->ro_error)
970 if (c->ro_error)
[all...]
H A Dshrinker.c240 c->ro_mount || c->ro_error) {
H A Dlog.c181 if (c->ro_error) {
H A Dmaster.c439 if (c->ro_error)
H A Dcommit.c117 if (c->ro_error) {
H A Dsuper.c1940 if (!c->ro_error) {
1964 * On fatal errors c->ro_error is set to 1, in which case we do
1967 if (!c->ro_error) {
2021 if (c->ro_error) {
2033 if (c->ro_error) {
H A Dfile.c430 if (unlikely(c->ro_error))
1525 if (unlikely(c->ro_error))
H A Dgc.c684 if (c->ro_error) {
H A Ddebug.c2725 val = c->ro_error;
2798 c->ro_error = !!val;
2876 fname = "ro_error";
H A Dubifs.h1134 * @ro_error: UBIFS switched to R/O mode because an error happened
1391 unsigned int ro_error:1; member in struct:ubifs_info
H A Djournal.c113 if (c->ro_error) {

Completed in 323 milliseconds