Searched defs:root_max (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c32 int root_max; member in struct:fat_superblock
104 FAT_SUPER->root_max = FAT_DIRENTRY_LENGTH * FAT_CVT_U16(bpb.dir_entries);
109 + ((FAT_SUPER->root_max - 1) >> FAT_SUPER->sectsize_bits) + 1;
138 if (!FAT_SUPER->root_max)
209 size = FAT_SUPER->root_max - filepos;

Completed in 543 milliseconds