URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [sysv_fs_i.h] - Rev 1780
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _SYSV_FS_I #define _SYSV_FS_I /* * SystemV/Coherent FS inode data in memory */ struct sysv_inode_info { unsigned long 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
Go to most recent revision | Compare with Previous | Blame | View Log