Searched refs:ro_mode (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/mtd/
H A Dubi.h154 * @ro_mode: if this device is in read-only mode
183 int ro_mode; member in struct:ubi_device_info
/linux-master/drivers/mtd/ubi/
H A Dupd.c273 if (ubi->ro_mode)
388 if (ubi->ro_mode)
H A Dubi.h532 * @ro_mode: if the UBI device is in read-only mode
638 int ro_mode; member in struct:ubi_device
1135 if (!ubi->ro_mode) {
1136 ubi->ro_mode = 1;
H A Dfastmap-wl.c154 if (!ubi->ro_mode && !ubi->fm_disabled)
192 if (!ubi->ro_mode && !ubi->fm_disabled)
H A Dio.c248 if (ubi->ro_mode) {
327 if (ubi->ro_mode) {
545 if (ubi->ro_mode) {
620 if (ubi->ro_mode) {
H A Dbuild.c147 __ATTR(ro_mode, S_IRUGO, dev_attribute_show, NULL);
385 ret = sprintf(buf, "%d\n", ubi->ro_mode);
748 ubi->ro_mode = 1;
756 ubi->ro_mode = 1;
786 if (ubi->ro_mode) {
H A Dkapi.c33 di->ro_mode = ubi->ro_mode;
H A Dgluebi.c298 if (!di->ro_mode)
H A Deba.c452 if (ubi->ro_mode)
1020 if (ubi->ro_mode)
1124 if (ubi->ro_mode)
1202 if (ubi->ro_mode)
H A Dvmt.c170 if (ubi->ro_mode)
369 if (ubi->ro_mode)
453 if (ubi->ro_mode)
H A Dwl.c1280 * ubi_wl_put_peb) will set ubi ro_mode at the same time,
1679 if (list_empty(&ubi->works) || ubi->ro_mode ||
1943 if (!ubi->ro_mode && !ubi->fm_disabled)
H A Dattach.c1152 ubi->ro_mode = 1;
H A Dfastmap.c1497 if (ubi->ro_mode || ubi->fm_disabled) {
/linux-master/fs/ubifs/
H A Dsuper.c516 if (c->di.ro_mode) {

Completed in 168 milliseconds