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.1.122pre3
[davej-history.git]
/
include
/
linux
/
sysv_fs_i.h
blob
990b3543fdcd2f285cb3e8b8a6e6ec0712b6f305
1
#ifndef _SYSV_FS_I
2
#define _SYSV_FS_I
3
4
/*
5
* SystemV/Coherent FS inode data in memory
6
*/
7
struct
sysv_inode_info
{
8
u32 i_data
[
10
+
1
+
1
+
1
];
/* zone numbers: max. 10 data blocks,
9
* then 1 indirection block,
10
* then 1 double indirection block,
11
* then 1 triple indirection block.
12
*/
13
};
14
15
#endif
16