Linux Kernel
3.7.1
|
#include <ubi.h>
Data Fields | |
int | new_name_len |
char | new_name [UBI_VOL_NAME_MAX+1] |
int | remove |
struct ubi_volume_desc * | desc |
struct list_head | list |
struct ubi_rename_entry - volume re-name description data structure. : new volume name length : new volume name : if not zero, this volume should be removed, not re-named : descriptor of the volume : links re-name entries into a list
This data structure is utilized in the multiple volume re-name code. Namely, UBI first creates a list of &struct ubi_rename_entry objects from the &struct ubi_rnvol_req request object, and then utilizes this list to do all the job.
char new_name[UBI_VOL_NAME_MAX+1] |