|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/magic.h>Go to the source code of this file.
Data Structures | |
| struct | iso_volume_descriptor |
| struct | iso_primary_descriptor |
| struct | iso_supplementary_descriptor |
| struct | hs_volume_descriptor |
| struct | hs_primary_descriptor |
| struct | iso_path_table |
| struct | iso_directory_record |
Macros | |
| #define | ISODCL(from, to) (to - from + 1) |
| #define | ISO_VD_PRIMARY 1 |
| #define | ISO_VD_SUPPLEMENTARY 2 |
| #define | ISO_VD_END 255 |
| #define | ISO_STANDARD_ID "CD001" |
| #define | HS_STANDARD_ID "CDROM" |
| #define | ISOFS_BLOCK_BITS 11 |
| #define | ISOFS_BLOCK_SIZE 2048 |
| #define | ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize) |
| #define | ISOFS_BUFFER_BITS(INODE) ((INODE)->i_sb->s_blocksize_bits) |
Functions | |
| struct iso_path_table | __attribute__ ((packed)) |
Variables | |
| unsigned char | name_len [2] |
| char | extent [4] |
| char | parent [2] |
| char | name [0] |
| char | length [ISODCL(1, 1)] |
| char | ext_attr_length [ISODCL(2, 2)] |
| char | size [ISODCL(11, 18)] |
| char | date [ISODCL(19, 25)] |
| char | flags [ISODCL(26, 26)] |
| char | file_unit_size [ISODCL(27, 27)] |
| char | interleave [ISODCL(28, 28)] |
| char | volume_sequence_number [ISODCL(29, 32)] |
| #define ISOFS_BUFFER_BITS | ( | INODE | ) | ((INODE)->i_sb->s_blocksize_bits) |
| #define ISOFS_BUFFER_SIZE | ( | INODE | ) | ((INODE)->i_sb->s_blocksize) |
|
read |
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.
1.8.2