Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ubi_rename_entry Struct Reference

#include <ubi.h>

Data Fields

int new_name_len
 
char new_name [UBI_VOL_NAME_MAX+1]
 
int remove
 
struct ubi_volume_descdesc
 
struct list_head list
 

Detailed Description

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.

Definition at line 202 of file ubi.h.

Field Documentation

Definition at line 206 of file ubi.h.

Definition at line 207 of file ubi.h.

char new_name[UBI_VOL_NAME_MAX+1]

Definition at line 204 of file ubi.h.

int new_name_len

Definition at line 203 of file ubi.h.

int remove

Definition at line 205 of file ubi.h.


The documentation for this struct was generated from the following file: