OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLUST_BAD
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/fsck_msdos/
dosfs.h
92
#define
CLUST_BAD
0xfffffff7 /* a cluster with a defect */
fat.c
60
if (*next ==
CLUST_BAD
) {
247
if (cl <
CLUST_BAD
)
249
if (cl >
CLUST_BAD
)
259
if ((*cp1 != CLUST_FREE && *cp1 <
CLUST_BAD
260
&& *cp2 != CLUST_FREE && *cp2 <
CLUST_BAD
)
261
|| (*cp1 >
CLUST_BAD
&& *cp2 >
CLUST_BAD
)) {
390
|| fat[head].next ==
CLUST_BAD
)
/src/sys/fs/msdosfs/
fat.h
60
#define
CLUST_BAD
0xfffffff7 /* a cluster with a defect */
Completed in 15 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025