Searched refs:cl_t (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddosfs.h35 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 */
H A Dext.h121 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
130 const char *rsrvdcltype(cl_t);
135 void clearchain(struct bootblock *, struct fatEntry *, cl_t);
H A Dfat.c43 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 c
[all...]
H A Ddir.c95 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 endc
[all...]

Completed in 69 milliseconds