Lines Matching refs:root_entries
212 uint16_t root_entries;
796 #define ROOT_ENTRIES (0x02 * 0x10 * s->sectors_per_cluster)
797 if (mapping_index == 0 && s->directory.next < ROOT_ENTRIES) {
800 array_ensure_allocated(&(s->directory), ROOT_ENTRIES - 1);
802 (ROOT_ENTRIES - cur) * sizeof(direntry_t));
967 bootsector->root_entries=cpu_to_le16(s->sectors_of_root_directory*0x10);