#ifndef __PFS_CONST_H__ #define __PFS_CONST_H__ #define NR_INODES 256 /* # slots in "in core" inode table */ /* Size of descriptor table for unix domain sockets. This should be * equal to the maximum number of minor devices (currently 256). */ #define NR_FDS 256 #define INODE_HASH_LOG2 7 /* 2 based logarithm of the inode hash size */ #define INODE_HASH_SIZE ((unsigned long)1<