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

#include <ubifs-media.h>

Data Fields

__le32 new
 
__le64 huge
 

Detailed Description

union ubifs_dev_desc - device node descriptor. : new type device descriptor : huge type device descriptor

This data structure describes major/minor numbers of a device node. In an inode is a device node then its data contains an object of this type. UBIFS uses standard Linux "new" and "huge" device node encodings.

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

Field Documentation

__le64 huge

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

__le32 new

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


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