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

#include <ubi-user.h>

Data Fields

__s64 bytes
 
__s32 vol_id
 

Detailed Description

struct ubi_rsvol_req - a data structure used in volume re-size requests. : ID of the volume to re-size : new size of the volume in bytes

Re-sizing is possible for both dynamic and static volumes. But while dynamic volumes may be re-sized arbitrarily, static volumes cannot be made to be smaller than the number of bytes they bear. To arbitrarily shrink a static volume, it must be wiped out first (by means of volume update operation with zero number of bytes).

Definition at line 323 of file ubi-user.h.

Field Documentation

__s64 bytes

Definition at line 324 of file ubi-user.h.

__s32 vol_id

Definition at line 325 of file ubi-user.h.


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