Home | History | Annotate | Download | only in fsck_msdos

Lines Matching full:cl_t

50 static int checkclnum(struct bootblock *, int, cl_t, cl_t *);
51 static int clustdiffer(cl_t, cl_t *, cl_t *, int);
52 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next)
211 cl_t cl;
325 rsrvdcltype(cl_t cl)
337 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, int fatnum)
410 cl_t cl;
420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head)
422 cl_t p, q;
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc)
452 cl_t head, p, h, n, wdk;
556 cl_t cl;
663 cl_t head;