Linux Kernel
3.7.1
|
#include <ubi-user.h>
Data Fields | |
__s64 | bytes |
__s32 | vol_id |
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.
__s64 bytes |
Definition at line 324 of file ubi-user.h.
__s32 vol_id |
Definition at line 325 of file ubi-user.h.