OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLUST_RSRVD
(Results
1 - 4
of
4
) sorted by null
/external/fsck_msdos/
dosfs.h
98
#define
CLUST_RSRVD
0xfffffff6 /* start of reserved clusters */
fat.c
140
if (*next >= (
CLUST_RSRVD
&boot->ClustMask))
154
*next <
CLUST_RSRVD
? "out of range" : "reserved",
339
if (*cp1 == CLUST_FREE || *cp1 >=
CLUST_RSRVD
) {
340
if (*cp2 == CLUST_FREE || *cp2 >=
CLUST_RSRVD
) {
376
if (*cp2 == CLUST_FREE || *cp2 >=
CLUST_RSRVD
) {
507
if (n == CLUST_FREE || n >=
CLUST_RSRVD
) {
671
|| (fat[head].next >=
CLUST_RSRVD
boot.c
219
else if (boot->NumClusters < (
CLUST_RSRVD
&CLUST12_MASK))
221
else if (boot->NumClusters < (
CLUST_RSRVD
&CLUST16_MASK))
dir.c
248
|| (cl >=
CLUST_RSRVD
&& cl< CLUST_EOFS)
252
else if (cl >=
CLUST_RSRVD
)
791
|| (fat[dirent.head].next >=
CLUST_RSRVD
805
else if (fat[dirent.head].next >=
CLUST_RSRVD
)
Completed in 53 milliseconds