HomeSort by relevance Sort by last modified time
    Searched refs:cl_t (Results 1 - 4 of 4) sorted by null

  /external/fsck_msdos/
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 */
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);
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)
211 cl_t cl
    [all...]
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;
307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl,
308 int startoff, cl_t endcl, int endoff, int notlast)
356 u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type
    [all...]

Completed in 377 milliseconds