Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/ubi/
Dupd.c273 if (ubi->ro_mode) in ubi_more_update_data()
388 if (ubi->ro_mode) in ubi_more_leb_change_data()
Dubi.h638 int ro_mode; member
1135 if (!ubi->ro_mode) { in ubi_ro_mode()
1136 ubi->ro_mode = 1; in ubi_ro_mode()
Dbuild.c147 __ATTR(ro_mode, S_IRUGO, dev_attribute_show, NULL);
385 ret = sprintf(buf, "%d\n", ubi->ro_mode); in dev_attribute_show()
748 ubi->ro_mode = 1; in io_init()
756 ubi->ro_mode = 1; in io_init()
786 if (ubi->ro_mode) { in autoresize()
Dio.c248 if (ubi->ro_mode) { in ubi_io_write()
327 if (ubi->ro_mode) { in do_sync_erase()
545 if (ubi->ro_mode) { in ubi_io_sync_erase()
620 if (ubi->ro_mode) { in ubi_io_mark_bad()
Dfastmap-wl.c154 if (!ubi->ro_mode && !ubi->fm_disabled) in left_free_count()
192 if (!ubi->ro_mode && !ubi->fm_disabled) in ubi_refill_pools_and_lock()
Dvmt.c170 if (ubi->ro_mode) in ubi_create_volume()
369 if (ubi->ro_mode) in ubi_remove_volume()
453 if (ubi->ro_mode) in ubi_resize_volume()
Deba.c452 if (ubi->ro_mode) in ubi_eba_unmap_leb()
1020 if (ubi->ro_mode) in ubi_eba_write_leb()
1124 if (ubi->ro_mode) in ubi_eba_write_leb_st()
1202 if (ubi->ro_mode) in ubi_eba_atomic_leb_change()
Dkapi.c33 di->ro_mode = ubi->ro_mode; in ubi_do_get_device_info()
Dgluebi.c298 if (!di->ro_mode) in gluebi_create()
Dwl.c1679 if (list_empty(&ubi->works) || ubi->ro_mode ||
1943 if (!ubi->ro_mode && !ubi->fm_disabled)
Dattach.c1152 ubi->ro_mode = 1; in scan_peb()
Dfastmap.c1497 if (ubi->ro_mode || ubi->fm_disabled) { in ubi_update_fastmap()
/linux-6.12.1/include/linux/mtd/
Dubi.h183 int ro_mode; member
/linux-6.12.1/Documentation/ABI/stable/
Dsysfs-class-ubi110 What: /sys/class/ubi/ubiX/ro_mode
/linux-6.12.1/fs/ubifs/
Dsuper.c516 if (c->di.ro_mode) { in init_constants_early()