Searched refs:rootEntryCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp319 int rootEntryCount = 0; // avoid compiler warning local
340 rootEntryCount = 128; // XXX don't know the correct value
342 rootEntryCount = 512;
344 rootEntryCount = 0;
349 uint32 rootDirSectors = ((rootEntryCount * 32) + (sectorSize - 1))
386 bs->BPB_RootEntCnt = B_HOST_TO_LENDIAN_INT16(rootEntryCount);
423 bs->BPB_RootEntCnt = B_HOST_TO_LENDIAN_INT16(rootEntryCount);

Completed in 77 milliseconds