Home
last modified time | relevance | path

Searched refs:root_max (Results 1 – 1 of 1) sorted by relevance

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