Home
last modified time | relevance | path

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

/reactos/sdk/lib/fslib/vfatlib/check/
H A Dboot.c106 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++) {
H A Dcheck.c163 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++)
H A Dfsck.fat.h205 unsigned int root_entries; member
/reactos/modules/rosapps/applications/net/netreg/
H A Dnetreg.cpp25 const char *root_entries[] = { variable
327 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()