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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [linux/] [sysv_fs_i.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef _SYSV_FS_I
2
#define _SYSV_FS_I
3
 
4
/*
5
 * SystemV/Coherent FS inode data in memory
6
 */
7
struct sysv_inode_info {
8
        unsigned long i_data[10+1+1+1]; /* zone numbers: max. 10 data blocks,
9
                                         * then 1 indirection block,
10
                                         * then 1 double indirection block,
11
                                         * then 1 triple indirection block.
12
                                         */
13
};
14
 
15
#endif
16
 

powered by: WebSVN 2.1.0

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