Lines Matching defs:directory
233 * Calculate the max number of table entries that will fit within a directory
291 * directory is a u32 aligned buffer of size EP_PAGE_SIZE.
294 void *directory, void **data, u32 *size)
306 /* the footer is at the end of the directory */
308 (directory + EP_PAGE_SIZE - sizeof(*footer));
326 /* the file table fits into the directory buffer handed in */
328 (directory + EP_PAGE_SIZE - directory_size);
395 * at or within the directory.
464 u32 directory[EP_PAGE_DWORDS]; /* aligned buffer */
475 ret = read_length(dd, SEG_SIZE - EP_PAGE_SIZE, EP_PAGE_SIZE, directory);
480 if (directory[EP_PAGE_DWORDS - 1] == FOOTER_MAGIC) {
482 ret = read_segment_platform_config(dd, directory, data, size);