Lines Matching defs:db_space
43 * The following db_space is used for three things:
45 * efs_dirblk structure (not db_space!). These are stored right
54 * db_space[sizeof(db_space)] _______________________ _
64 * db_space[db_firstused << 1] |_______________________| _|
68 * db_space[db_slots] |_______________________| _
72 * db_space[0] |___________x___________| _| offsets
100 * directory entry P's offset is contained in db_space[3], it will
101 * remain in db_space[3] until it is removed. In other words, they do
119 uint8_t db_space[EFS_DIRBLK_SPACE_SIZE];