Linux Kernel
3.7.1
|
#include <ubifs-media.h>
Data Fields | |
__le32 | new |
__le64 | huge |
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.
__le64 huge |
Definition at line 452 of file ubifs-media.h.
__le32 new |
Definition at line 451 of file ubifs-media.h.