OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecPerClust
(Results
1 - 3
of
3
) sorted by null
/external/fsck_msdos/
boot.c
75
boot->
SecPerClust
= block[13];
119
(boot->
SecPerClust
== 0)) {
219
if (boot->
SecPerClust
== 0) {
220
pfatal("Invalid cluster size: %u", boot->
SecPerClust
);
241
- CLUST_FIRST * boot->
SecPerClust
;
243
boot->NumClusters = (boot->NumSectors - boot->ClusterOffset) / boot->
SecPerClust
;
274
boot->ClusterSize = boot->BytesPerSec * boot->
SecPerClust
;
dosfs.h
50
u_int
SecPerClust
; /* sectors per cluster */
dir.c
231
b2 = boot->
SecPerClust
* boot->BytesPerSec;
312
int clsz = boot->
SecPerClust
* boot->BytesPerSec;
322
off = startcl * boot->
SecPerClust
+ boot->ClusterOffset;
464
last = boot->
SecPerClust
* boot->BytesPerSec;
465
off = cl * boot->
SecPerClust
+ boot->ClusterOffset;
558
last = boot->
SecPerClust
* boot->BytesPerSec;
559
off = cl * boot->
SecPerClust
+ boot->ClusterOffset;
Completed in 1077 milliseconds