File: sysv_fs_i.h

package info (click to toggle)
kernel-source-2.2.20 2.2.20-5woody3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 93,308 kB
  • ctags: 278,986
  • sloc: ansic: 1,724,452; asm: 59,550; makefile: 10,263; sh: 2,401; perl: 907; tcl: 570; lisp: 218; cpp: 186; awk: 133; sed: 72
file content (16 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _SYSV_FS_I
#define _SYSV_FS_I

/*
 * SystemV/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.
				 */
};

#endif