Home
last modified time | relevance | path

Searched refs:ro_mode (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/mtd/ubi/
Dubi.h460 int ro_mode; member
667 if (!ubi->ro_mode) { in ubi_ro_mode()
668 ubi->ro_mode = 1; in ubi_ro_mode()
Dupd.c290 if (ubi->ro_mode) in ubi_more_update_data()
405 if (ubi->ro_mode) in ubi_more_leb_change_data()
Dio.c255 if (ubi->ro_mode) { in ubi_io_write()
349 if (ubi->ro_mode) { in do_sync_erase()
596 if (ubi->ro_mode) { in ubi_io_sync_erase()
664 if (ubi->ro_mode) { in ubi_io_mark_bad()
Deba.c329 if (ubi->ro_mode) in ubi_eba_unmap_leb()
601 if (ubi->ro_mode) in ubi_eba_write_leb()
734 if (ubi->ro_mode) in ubi_eba_write_leb_st()
848 if (ubi->ro_mode) in ubi_eba_atomic_leb_change()
Dkapi.c46 di->ro_mode = ubi->ro_mode; in ubi_do_get_device_info()
Dvmt.c212 if (ubi->ro_mode) in ubi_create_volume()
418 if (ubi->ro_mode) in ubi_remove_volume()
495 if (ubi->ro_mode) in ubi_resize_volume()
Dbuild.c770 ubi->ro_mode = 1; in io_init()
778 ubi->ro_mode = 1; in io_init()
819 if (ubi->ro_mode) { in autoresize()
Dgluebi.c319 if (!di->ro_mode) in gluebi_create()
Dscan.c1031 ubi->ro_mode = 1; in process_eb()
Dwl.c1372 if (list_empty(&ubi->works) || ubi->ro_mode || in ubi_thread()
/linux-3.4.99/include/linux/mtd/
Dubi.h153 int ro_mode; member
/linux-3.4.99/fs/ubifs/
Dsuper.c502 if (c->di.ro_mode) { in init_constants_early()