OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ro_mode
(Results
1 - 13
of
13
) sorted by null
/external/u-boot/include/linux/mtd/
ubi.h
157
* @
ro_mode
: if this device is in read-only mode
186
int
ro_mode
;
member in struct:ubi_device_info
/external/u-boot/drivers/mtd/ubi/
upd.c
284
if (ubi->
ro_mode
)
399
if (ubi->
ro_mode
)
ubi.h
505
* @
ro_mode
: if the UBI device is in read-only mode
609
int
ro_mode
;
member in struct:ubi_device
[
all
...]
io.c
242
if (ubi->
ro_mode
) {
334
if (ubi->
ro_mode
) {
571
if (ubi->
ro_mode
) {
639
if (ubi->
ro_mode
) {
[
all
...]
kapi.c
38
di->
ro_mode
= ubi->
ro_mode
;
eba.c
321
if (ubi->
ro_mode
)
660
if (ubi->
ro_mode
)
794
if (ubi->
ro_mode
)
911
if (ubi->
ro_mode
)
[
all
...]
build.c
784
ubi->
ro_mode
= 1;
792
ubi->
ro_mode
= 1;
822
if (ubi->
ro_mode
) {
[
all
...]
vmt.c
158
if (ubi->
ro_mode
)
364
if (ubi->
ro_mode
)
433
if (ubi->
ro_mode
)
wl.c
531
if (list_empty(&ubi->works) || ubi->
ro_mode
||
[
all
...]
attach.c
1013
ubi->
ro_mode
= 1;
[
all
...]
fastmap.c
[
all
...]
/external/u-boot/cmd/
ubi.c
221
if (ubi->
ro_mode
) {
/external/u-boot/fs/ubifs/
super.c
685
if (c->di.
ro_mode
) {
[
all
...]
Completed in 207 milliseconds