summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/linux/sysv_fs_i.h
blob: 084173ad891bb4f91e7370e2be1473f70b959bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _SYSV_FS_I
#define _SYSV_FS_I

/*
 * SystemV/V7/Coherent FS inode data in memory
 */
struct sysv_inode_info {
	u32 i_data[10+1+1+1];	/* zone numbers: max. 10 data blocks,
				 * then 1 indirection block,
				 * then 1 double indirection block,
				 * then 1 triple indirection block.
				 */
	u32 i_dir_start_lookup;
};

#endif