HomeSort by relevance Sort by last modified time
    Searched full:root_max (Results 1 - 1 of 1) sorted by null

  /external/grub/stage2/
fsys_fat.c 32 int root_max; member in struct:fat_superblock
103 FAT_SUPER->root_max = FAT_DIRENTRY_LENGTH * FAT_CVT_U16(bpb.dir_entries);
108 + ((FAT_SUPER->root_max - 1) >> FAT_SUPER->sectsize_bits) + 1;
137 if (!FAT_SUPER->root_max)
208 size = FAT_SUPER->root_max - filepos;

Completed in 55 milliseconds