Lines Matching defs:directory
36 static int directory = CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK;
37 module_param(directory, int, 0);
67 * directory block pointer.
69 directory = dirblock;
94 if ( directory < 0 ) {
95 offset = master->size + directory * master->erasesize;
105 offset = directory * master->erasesize;
133 if (!memcmp(buf[i].name, "FIS directory", 14)) {
134 /* This is apparently the FIS directory entry for the
135 * FIS directory itself. The FIS directory size is
138 * a byte swapped FIS directory - swap all the entries!
143 /* RedBoot can combine the FIS directory and
153 /* Update numslots based on actual FIS directory size */
180 /* Update numslots based on actual FIS directory size */
277 !memcmp(names, "FIS directory", 14)) {