Searched refs:root_entries (Results 1 – 4 of 4) sorted by relevance
106 printf("%10d root directory entries\n", fs->root_entries); in dump_boot()377 fs->root_entries = GET_UNALIGNED_W(b.dir_entries);378 fs->data_start = fs->root_start + ROUND_TO_MULTIPLE(fs->root_entries <<393 if (!fs->root_cluster && fs->root_entries)401 else if (!fs->root_cluster && !fs->root_entries)403 else if (fs->root_cluster && fs->root_entries)476 if (!fs->root_entries && !fs->root_cluster)478 if (fs->root_entries & (MSDOS_DPS - 1))480 "sectors.", fs->root_entries);543 for (i = 0; i < fs->root_entries; i++) {
163 root = alloc(fs->root_entries * sizeof(DIR_ENT)); in alloc_rootdir_entry()164 fs_read(fs->root_start, fs->root_entries * sizeof(DIR_ENT), root); in alloc_rootdir_entry()166 while (next_free < fs->root_entries) in alloc_rootdir_entry()172 if (next_free == fs->root_entries) in alloc_rootdir_entry()181 for (scan = 0; scan < fs->root_entries; scan++) in alloc_rootdir_entry()186 if (scan == fs->root_entries) in alloc_rootdir_entry()1243 for (i = 0; i < fs->root_entries; i++)
205 unsigned int root_entries; member
25 const char *root_entries[] = { variable327 for( i = 0; root_entries[i]; i++ ) in process_root_request()329 << "<a href='/" << urlenc(root_entries[i]) in process_root_request()330 << "'>" << root_entries[i] in process_root_request()358 for( i = 0; root_entries[i]; i++ ) in process_request()359 if( reg_initial == root_entries[i] ) hRegKey = root_handles[i]; in process_request()