Lines Matching full:cluster
38 typedef u_int32_t cl_t; /* type holding a cluster number */
46 u_int bpbSecPerClust; /* sectors per cluster */
61 cl_t FSNext; /* Next free cluster acc. FSInfo */
76 u_int FirstCluster; /* at what sector is Cluster CLUST_FIRST */
77 u_int ClusterSize; /* Cluster size in bytes */
85 #define CLUST_FREE 0 /* 0 means cluster is free */
86 #define CLUST_FIRST 2 /* 2 is the minimum valid cluster number */
88 #define CLUST_BAD 0xfffffff7 /* a cluster with a defect */
90 #define CLUST_EOF 0xffffffff /* standard value for last cluster */
94 * Masks for cluster values
116 cl_t head; /* cluster no */