Symbol: cl_t
sbin/fsck_msdos/dir.c
221
cl_t cl;
sbin/fsck_msdos/dir.c
314
delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl,
sbin/fsck_msdos/dir.c
315
int startoff, cl_t endcl, int endoff, int notlast)
sbin/fsck_msdos/dir.c
355
u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path,
sbin/fsck_msdos/dir.c
422
cl_t cl;
sbin/fsck_msdos/dir.c
472
cl_t cl, valcl = ~0, invcl = ~0, empcl = ~0;
sbin/fsck_msdos/dir.c
925
static cl_t lfcl;
sbin/fsck_msdos/dir.c
929
reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/dir.c
95
static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int,
sbin/fsck_msdos/dir.c
96
cl_t, int, int);
sbin/fsck_msdos/dir.c
98
u_char *, cl_t, cl_t, cl_t, char *, int);
sbin/fsck_msdos/dosfs.h
121
cl_t head; /* cluster no */
sbin/fsck_msdos/dosfs.h
56
cl_t RootCl; /* Start of Root Directory */
sbin/fsck_msdos/dosfs.h
57
cl_t FSFree; /* Number of free clusters acc. FSInfo */
sbin/fsck_msdos/dosfs.h
58
cl_t FSNext; /* Next free cluster acc. FSInfo */
sbin/fsck_msdos/dosfs.h
68
cl_t ClustMask; /* mask for entries in FAT */
sbin/fsck_msdos/dosfs.h
69
cl_t NumClusters; /* # of entries in a FAT */
sbin/fsck_msdos/dosfs.h
83
cl_t next; /* pointer to next cluster */
sbin/fsck_msdos/dosfs.h
84
cl_t head; /* pointer to start of chain */
sbin/fsck_msdos/ext.h
121
int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/ext.h
130
const char *rsrvdcltype(cl_t);
sbin/fsck_msdos/ext.h
135
void clearchain(struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/fat.c
123
cl_t cl;
sbin/fsck_msdos/fat.c
243
rsrvdcltype(cl_t cl)
sbin/fsck_msdos/fat.c
255
clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, u_int fatnum)
sbin/fsck_msdos/fat.c
328
cl_t cl;
sbin/fsck_msdos/fat.c
338
clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/fat.c
340
cl_t p, q;
sbin/fsck_msdos/fat.c
352
tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp)
sbin/fsck_msdos/fat.c
359
cl_t p;
sbin/fsck_msdos/fat.c
378
cl_t head, p, h, n;
sbin/fsck_msdos/fat.c
43
static int checkclnum(struct bootblock *, u_int, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
44
static int clustdiffer(cl_t, cl_t *, cl_t *, u_int);
sbin/fsck_msdos/fat.c
45
static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
480
cl_t cl;
sbin/fsck_msdos/fat.c
52
checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next)
sbin/fsck_msdos/fat.c
589
cl_t head;