Home | History | Annotate | Download | only in fsck_msdos

Lines Matching refs:cl_t

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;
243 rsrvdcltype(cl_t cl)
255 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, u_int fatnum)
328 cl_t cl;
338 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head)
340 cl_t p, q;
352 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp)
359 cl_t p;
378 cl_t head, p, h, n;
480 cl_t cl;
589 cl_t head;