HomeSort by relevance Sort by last modified time
    Searched refs:EFS_DIRBLK_HEADERSIZE (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/common/linux/
efs_dir.h 27 #define EFS_DIRBLK_HEADERSIZE 4
35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
38 #define EFS_MAXENTS ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / (EFS_DENTSIZE + sizeof(char)))
  /external/kernel-headers/original/linux/
efs_dir.h 22 #define EFS_DIRBLK_HEADERSIZE 4
30 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE];
34 ((EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE) / \