Home
last modified time | relevance | path

Searched refs:ro_error (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ubifs/
H A Dio.c72 if (!c->ro_error) { in ubifs_ro_mode()
73 c->ro_error = 1; in ubifs_ro_mode()
111 if (c->ro_error) in ubifs_leb_write()
131 if (c->ro_error) in ubifs_leb_change()
151 if (c->ro_error) in ubifs_leb_unmap()
170 if (c->ro_error) in ubifs_leb_map()
574 if (c->ro_error) in ubifs_wbuf_sync_nolock()
672 if (c->ro_error) { in ubifs_bg_wbufs_sync()
763 if (c->ro_error) in ubifs_wbuf_write_nolock()
965 if (c->ro_error) in ubifs_write_node_hmac()
H A Dshrinker.c240 c->ro_mount || c->ro_error) { in kick_a_thread()
H A Dmaster.c442 if (c->ro_error) in ubifs_write_master()
H A Dcommit.c117 if (c->ro_error) { in do_commit()
H A Dlog.c181 if (c->ro_error) { in ubifs_add_bud_to_log()
H A Dubifs.h1378 unsigned int ro_error:1; member