OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLUST_RSRVD
(Results
1 - 8
of
8
) sorted by relevancy
/src/sbin/fsck_msdos/
dosfs.h
91
#define
CLUST_RSRVD
0xfffffff6 /* start of reserved clusters */
fat.c
54
if (*next >= (
CLUST_RSRVD
&boot->ClustMask))
68
*next <
CLUST_RSRVD
? "out of range" : "reserved",
257
if (*cp1 == CLUST_FREE || *cp1 >=
CLUST_RSRVD
) {
258
if (*cp2 == CLUST_FREE || *cp2 >=
CLUST_RSRVD
) {
294
if (*cp2 == CLUST_FREE || *cp2 >=
CLUST_RSRVD
) {
425
if (n == CLUST_FREE || n >=
CLUST_RSRVD
) {
597
|| (fat[head].next >=
CLUST_RSRVD
boot.c
257
else if (boot->NumClusters < (
CLUST_RSRVD
&CLUST12_MASK))
259
else if (boot->NumClusters < (
CLUST_RSRVD
&CLUST16_MASK))
dir.c
255
|| (cl >=
CLUST_RSRVD
&& cl< CLUST_EOFS)
259
else if (cl >=
CLUST_RSRVD
)
713
|| (fat[dirent.head].next >=
CLUST_RSRVD
727
else if (fat[dirent.head].next >=
CLUST_RSRVD
)
/src/sys/fs/msdosfs/
fat.h
59
#define
CLUST_RSRVD
0xfffffff6 /* reserved cluster range */
73
* than 4084 ((
CLUST_RSRVD
- CLUST_FIRST) & FAT12_MASK) then we've got a
msdosfs_vfsops.c
712
<= ((
CLUST_RSRVD
- CLUST_FIRST) & FAT12_MASK)) {
msdosfs_fat.c
275
if (cn >= (
CLUST_RSRVD
& pmp->pm_fatmask))
/src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c
278
<= ((
CLUST_RSRVD
- CLUST_FIRST) & FAT12_MASK)) {
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025