OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autoresize_vol_id
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/mtd/ubi/
vtbl.c
559
if (ubi->
autoresize_vol_id
!= -1) {
561
ubi->
autoresize_vol_id
, i);
566
ubi->
autoresize_vol_id
= i;
build.c
948
ubi->
autoresize_vol_id
= -1;
1012
if (ubi->
autoresize_vol_id
!= -1) {
1013
err = autoresize(ubi, ubi->
autoresize_vol_id
);
[
all
...]
ubi.h
436
* @
autoresize_vol_id
: ID of the volume which has to be auto-resized at the end
546
int
autoresize_vol_id
;
member in struct:ubi_device
[
all
...]
Completed in 2333 milliseconds