repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* better
[mascara-docs.git]
/
i386
/
linux-2.3.21
/
include
/
linux
/
romfs_fs_i.h
blob
1ffe4b7dae0c095bb49b60ceef9e85241de7ae66
1
#ifndef __ROMFS_FS_I
2
#define __ROMFS_FS_I
3
4
/* inode in-kernel data */
5
6
struct
romfs_inode_info
{
7
unsigned long
i_metasize
;
/* size of non-data area */
8
unsigned long
i_dataoffset
;
/* from the start of fs */
9
};
10
11
#endif