HomeSort by: relevance | last modified time | path
    Searched defs:DH_NFSTATS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_dirhash.h 51 #define DH_NFSTATS (LFS_MAXDIRENTRYSIZE / DIRALIGN)
98 int dh_firstfree[DH_NFSTATS + 1]; /* first blk with N words free */
  /src/sys/ufs/ufs/
dirhash.h 50 #define DH_NFSTATS (UFS_DIRECTSIZ(FFS_MAXNAMLEN + 1) / DIRALIGN)
97 int dh_firstfree[DH_NFSTATS + 1]; /* first blk with N words free */

Completed in 12 milliseconds