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

  /src/sys/fs/efs/
efs_dir.h 35 #define EFS_DIRBLK_SPACE_SIZE (EFS_DIRBLK_SIZE - EFS_DIRBLK_HEADER_SIZE)
119 uint8_t db_space[EFS_DIRBLK_SPACE_SIZE];
124 * than (EFS_DIRBLK_SPACE_SIZE / 9), as each efs_dirent struct is
127 #define EFS_DIRBLK_SLOTS_MAX (EFS_DIRBLK_SPACE_SIZE / 7)
171 EFS_DIRBLK_SPACE_SIZE) /*if expanded*/
efs_subr.c 296 KASSERT(slot < offset && offset < EFS_DIRBLK_SPACE_SIZE);

Completed in 13 milliseconds