OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cl_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/fsck_msdos/
dosfs.h
35
typedef u_int32_t
cl_t
; /* type holding a cluster number */
typedef
56
cl_t
RootCl; /* Start of Root Directory */
57
cl_t
FSFree; /* Number of free clusters acc. FSInfo */
58
cl_t
FSNext; /* Next free cluster acc. FSInfo */
68
cl_t
ClustMask; /* mask for entries in FAT */
69
cl_t
NumClusters; /* # of entries in a FAT */
83
cl_t
next; /* pointer to next cluster */
84
cl_t
head; /* pointer to start of chain */
121
cl_t
head; /* cluster no */
ext.h
121
int reconnect(int, struct bootblock *, struct fatEntry *,
cl_t
);
130
const char *rsrvdcltype(
cl_t
);
135
void clearchain(struct bootblock *, struct fatEntry *,
cl_t
);
fat.c
43
static int checkclnum(struct bootblock *, u_int,
cl_t
,
cl_t
*);
44
static int clustdiffer(
cl_t
,
cl_t
*,
cl_t
*, u_int);
45
static int tryclear(struct bootblock *, struct fatEntry *,
cl_t
,
cl_t
*);
52
checkclnum(struct bootblock *boot, u_int fat,
cl_t
cl,
cl_t
*next)
123
cl_t
cl
[
all
...]
dir.c
95
static int delete(int, struct bootblock *, struct fatEntry *,
cl_t
, int,
96
cl_t
, int, int);
98
u_char *,
cl_t
,
cl_t
,
cl_t
, char *, int);
221
cl_t
cl;
314
delete(int f, struct bootblock *boot, struct fatEntry *fat,
cl_t
startcl,
315
int startoff,
cl_t
endcl, int endoff, int notlast)
355
u_char *end,
cl_t
startcl,
cl_t
endcl, cl_t curcl, char *path,
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026