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

  /src/sys/ufs/lfs/
ulfs_dirhash.h 50 #define DIRALIGN 4
51 #define DH_NFSTATS (LFS_MAXDIRENTRYSIZE / DIRALIGN)
52 /* max DIRALIGN words in a directory entry */
94 uint8_t *dh_blkfree; /* free DIRALIGN words in each dir block */
  /src/sys/ufs/ufs/
dirhash.h 49 #define DIRALIGN 4
50 #define DH_NFSTATS (UFS_DIRECTSIZ(FFS_MAXNAMLEN + 1) / DIRALIGN)
51 /* max DIRALIGN words in a directory entry */
93 u_int8_t *dh_blkfree; /* free DIRALIGN words in each dir block */

Completed in 12 milliseconds