repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import 2.3.25pre1
[davej-history.git]
/
include
/
linux
/
iso_fs_i.h
blob
02f17e071a2d108fddf099d7ebbfa933fce1b579
1
#ifndef _ISO_FS_I
2
#define _ISO_FS_I
3
4
/*
5
* iso fs inode data in memory
6
*/
7
struct
iso_inode_info
{
8
unsigned int
i_first_extent
;
9
unsigned char
i_file_format
;
10
unsigned long
i_next_section_ino
;
11
off_t i_section_size
;
12
};
13
14
#endif