[BACK]Return to dirhash.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ufs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/ufs/ufs/dirhash.h between version 1.1 and 1.1.2.4

version 1.1, 2005/01/23 19:37:05 version 1.1.2.4, 2005/11/10 14:12:39
Line 47 
Line 47 
 #define DIRHASH_DEL     (-2)    /* deleted entry; may be part of chain */  #define DIRHASH_DEL     (-2)    /* deleted entry; may be part of chain */
   
 #define DIRALIGN        4  #define DIRALIGN        4
 #define DH_NFSTATS      (DIRECTSIZ(MAXNAMLEN + 1) / DIRALIGN)  #define DH_NFSTATS      (DIRECTSIZ(FFS_MAXNAMLEN + 1) / DIRALIGN)
                                  /* max DIRALIGN words in a directory entry */                                   /* max DIRALIGN words in a directory entry */
   
 /*  /*
Line 66 
Line 66 
  * candidates is much larger than the configured memry limit). In this   * candidates is much larger than the configured memry limit). In this
  * case it limits the number of hash builds to 1/DH_SCOREINIT of the   * case it limits the number of hash builds to 1/DH_SCOREINIT of the
  * number of accesses.   * number of accesses.
  */   */
 #define DH_SCOREINIT    8       /* initial dh_score when dirhash built */  #define DH_SCOREINIT    8       /* initial dh_score when dirhash built */
 #define DH_SCOREMAX     64      /* max dh_score value */  #define DH_SCOREMAX     64      /* max dh_score value */
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.4

CVSweb <webmaster@jp.NetBSD.org>