Searched refs:ubi_volume (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dgluebi.c44 struct ubi_volume *vol;
46 vol = container_of(mtd, struct ubi_volume, gluebi_mtd);
86 struct ubi_volume *vol;
88 vol = container_of(mtd, struct ubi_volume, gluebi_mtd);
110 struct ubi_volume *vol;
119 vol = container_of(mtd, struct ubi_volume, gluebi_mtd);
162 struct ubi_volume *vol;
171 vol = container_of(mtd, struct ubi_volume, gluebi_mtd);
216 struct ubi_volume *vol;
233 vol = container_of(mtd, struct ubi_volume, gluebi_mt
[all...]
H A Ddebug.h49 struct ubi_volume;
58 void ubi_dbg_dump_vol_info(const struct ubi_volume *vol);
H A Dkapi.c68 const struct ubi_volume *vol = desc->vol;
109 struct ubi_volume *vol;
233 struct ubi_volume *vol = ubi->volumes[i];
259 struct ubi_volume *vol = desc->vol;
311 struct ubi_volume *vol = desc->vol;
371 struct ubi_volume *vol = desc->vol;
421 struct ubi_volume *vol = desc->vol;
465 struct ubi_volume *vol = desc->vol;
526 struct ubi_volume *vol = desc->vol;
563 struct ubi_volume *vo
[all...]
H A Dupd.c57 struct ubi_volume *vol = ubi->volumes[vol_id];
90 struct ubi_volume *vol = ubi->volumes[vol_id];
128 struct ubi_volume *vol = ubi->volumes[vol_id];
198 struct ubi_volume *vol = ubi->volumes[vol_id];
248 struct ubi_volume *vol = ubi->volumes[vol_id];
H A Dmisc.c65 struct ubi_volume *vol = ubi->volumes[vol_id];
H A Dubi.h102 * struct ubi_volume - UBI volume description data structure.
147 struct ubi_volume { struct
194 struct ubi_volume *vol;
284 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
375 int ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol);
376 int ubi_destroy_gluebi(struct ubi_volume *vol);
H A Dvmt.c74 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev);
108 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev);
125 static int volume_sysfs_init(struct ubi_device *ubi, struct ubi_volume *vol)
160 static void volume_sysfs_close(struct ubi_volume *vol)
186 struct ubi_volume *vol;
193 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
386 struct ubi_volume *vol = desc->vol;
453 struct ubi_volume *vo
[all...]
H A Dcdev.c80 struct ubi_volume *vol = desc->vol;
106 struct ubi_volume *vol = desc->vol;
148 struct ubi_volume *vol = desc->vol;
166 struct ubi_volume *vol = desc->vol;
205 struct ubi_volume *vol = desc->vol;
289 struct ubi_volume *vol = desc->vol;
371 struct ubi_volume *vol = desc->vol;
412 struct ubi_volume *vol = desc->vol;
H A Deba.c322 struct ubi_volume *vol = ubi->volumes[idx];
370 struct ubi_volume *vol = ubi->volumes[idx];
488 struct ubi_volume *vol = ubi->volumes[idx];
591 struct ubi_volume *vol = ubi->volumes[idx];
720 struct ubi_volume *vol = ubi->volumes[idx];
832 struct ubi_volume *vol = ubi->volumes[idx];
956 struct ubi_volume *vol;
1130 struct ubi_volume *vol;
H A Dvtbl.c498 struct ubi_volume *vol;
506 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
561 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
599 static int check_sv(const struct ubi_volume *vol,
646 struct ubi_volume *vol;
H A Ddebug.c76 void ubi_dbg_dump_vol_info(const struct ubi_volume *vol)

Completed in 258 milliseconds