Searched refs:cl_t (Results 1 – 4 of 4) sorted by relevance
/external/fsck_msdos/ |
D | dosfs.h | 42 typedef u_int32_t cl_t; /* type holding a cluster number */ typedef 63 cl_t RootCl; /* Start of Root Directory */ 64 cl_t FSFree; /* Number of free clusters acc. FSInfo */ 65 cl_t FSNext; /* Next free cluster acc. FSInfo */ 75 cl_t ClustMask; /* mask for entries in FAT */ 76 cl_t NumClusters; /* # of entries in a FAT */ 90 cl_t next; /* pointer to next cluster */ 91 cl_t head; /* pointer to start of chain */ 128 cl_t head; /* cluster no */
|
D | fat.c | 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) in checkclnum() 211 cl_t cl; in readfat() 325 rsrvdcltype(cl_t cl) in rsrvdcltype() 337 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, int fatnum) in clustdiffer() 410 cl_t cl; in comparefat() 420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain() 422 cl_t p, q; in clearchain() [all …]
|
D | ext.h | 134 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t); 143 char *rsrvdcltype(cl_t); 148 void clearchain(struct bootblock *, struct fatEntry *, cl_t);
|
D | dir.c | 102 static int delete(int, struct bootblock *, struct fatEntry *, cl_t, int, 103 cl_t, int, int); 105 u_char *, cl_t, cl_t, cl_t, char *, int); 227 cl_t cl; in resetDosDirSection() 307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete() 308 int startoff, cl_t endcl, int endoff, int notlast) in delete() 356 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type) in removede() 421 cl_t cl; in checksize() 448 cl_t cl; in check_dot_dot() 532 cl_t cl, valcl = ~0, invcl = ~0, empcl = ~0; in readDosDirSection() [all …]
|