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

#include <ubifs-media.h>

Data Fields

struct ubifs_ch ch
 
__le32 inum
 
__u8 padding [12]
 
__le64 old_size
 
__le64 new_size
 

Detailed Description

struct ubifs_trun_node - truncation node. : common header : truncated inode number : reserved for future, zeroes : size before truncation : size after truncation

This node exists only in the journal and never goes to the main area. Note, do not forget to amend 'zero_trun_node_unused()' function when changing the padding fields.

Definition at line 574 of file ubifs-media.h.

Field Documentation

Definition at line 575 of file ubifs-media.h.

__le32 inum

Definition at line 576 of file ubifs-media.h.

__le64 new_size

Definition at line 579 of file ubifs-media.h.

__le64 old_size

Definition at line 578 of file ubifs-media.h.

__u8 padding[12]

Definition at line 577 of file ubifs-media.h.


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