#ifndef __PFS_CONST_H__ #define __PFS_CONST_H__ #define NR_INODES 256 /* # slots in "in core" inode table */ #define INODE_HASH_LOG2 7 /* 2 based logarithm of the inode hash size */ #define INODE_HASH_SIZE ((unsigned long)1<