Symbol: cl_t
sbin/fsck_msdos/dir.c
281
delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl,
sbin/fsck_msdos/dir.c
282
int startoff, cl_t endcl, int endoff, int notlast)
sbin/fsck_msdos/dir.c
322
u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type)
sbin/fsck_msdos/dir.c
387
cl_t cl;
sbin/fsck_msdos/dir.c
419
cl_t cl, valcl = ~0, invcl = ~0, empcl = ~0;
sbin/fsck_msdos/dir.c
86
static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int,
sbin/fsck_msdos/dir.c
87
cl_t, int, int);
sbin/fsck_msdos/dir.c
89
u_char *, cl_t, cl_t, cl_t, char *, int);
sbin/fsck_msdos/dir.c
892
static cl_t lfcl;
sbin/fsck_msdos/dir.c
896
reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/dosfs.h
122
cl_t head; /* cluster no */
sbin/fsck_msdos/dosfs.h
57
cl_t RootCl; /* Start of Root Directory */
sbin/fsck_msdos/dosfs.h
58
cl_t FSFree; /* Number of free clusters acc. FSInfo */
sbin/fsck_msdos/dosfs.h
59
cl_t FSNext; /* Next free cluster acc. FSInfo */
sbin/fsck_msdos/dosfs.h
69
cl_t ClustMask; /* mask for entries in FAT */
sbin/fsck_msdos/dosfs.h
70
cl_t NumClusters; /* # of entries in a FAT */
sbin/fsck_msdos/dosfs.h
84
cl_t next; /* pointer to next cluster */
sbin/fsck_msdos/dosfs.h
85
cl_t head; /* pointer to start of chain */
sbin/fsck_msdos/ext.h
119
int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/ext.h
128
char *rsrvdcltype(cl_t);
sbin/fsck_msdos/ext.h
133
void clearchain(struct bootblock *, struct fatEntry *, cl_t);
sbin/fsck_msdos/fat.c
193
rsrvdcltype(cl_t cl)
sbin/fsck_msdos/fat.c
205
clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, int fatnum)
sbin/fsck_msdos/fat.c
278
cl_t cl;
sbin/fsck_msdos/fat.c
288
clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head)
sbin/fsck_msdos/fat.c
290
cl_t p, q;
sbin/fsck_msdos/fat.c
302
tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc)
sbin/fsck_msdos/fat.c
305
cl_t p;
sbin/fsck_msdos/fat.c
329
cl_t head, p, h, n;
sbin/fsck_msdos/fat.c
37
static int checkclnum(struct bootblock *, int, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
38
static int clustdiffer(cl_t, cl_t *, cl_t *, int);
sbin/fsck_msdos/fat.c
39
static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
sbin/fsck_msdos/fat.c
433
cl_t cl;
sbin/fsck_msdos/fat.c
45
checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next)
sbin/fsck_msdos/fat.c
514
cl_t head;
sbin/fsck_msdos/fat.c
80
cl_t cl;