OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [LINUX_2_4_26_OR32/] [linux/] [linux-2.4/] [include/] [linux/] [sysv_fs_i.h] - Rev 1765

Compare with Previous | Blame | View Log

#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
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.