Lines Matching defs:directory
192 * Calculate the max number of table entries that will fit within a directory
250 * directory is a u32 aligned buffer of size EP_PAGE_SIZE.
253 void *directory, void **data, u32 *size)
265 /* the footer is at the end of the directory */
267 (directory + EP_PAGE_SIZE - sizeof(*footer));
285 /* the file table fits into the directory buffer handed in */
287 (directory + EP_PAGE_SIZE - directory_size);
354 * at or within the directory.
423 u32 directory[EP_PAGE_DWORDS]; /* aligned buffer */
434 ret = read_length(dd, SEG_SIZE - EP_PAGE_SIZE, EP_PAGE_SIZE, directory);
439 if (directory[EP_PAGE_DWORDS - 1] == FOOTER_MAGIC) {
441 ret = read_segment_platform_config(dd, directory, data, size);