Searched refs:clustersz (Results 1 – 3 of 3) sorted by relevance
122 u32 clustersz = 0; variable1925 if (clustersz > mftrecsz) in detaillogr()1929 *clustersz/mftrecsz), in detaillogr()1931 *clustersz/mftrecsz - 1)); in detaillogr()1935 *clustersz/mftrecsz)); in detaillogr()1938 *clustersz/mftrecsz in detaillogr()2020 (int)(off & (clustersz - 1))); in detaillogr()2049 (int)(off & (clustersz - 1))); in detaillogr()3087 clustersz = bytespersect * (u32)sectpercluster; in getboot()3089 while ((u32)(1 << clusterbits) < clustersz) in getboot()[all …]
153 + clustersz); in getclusterentry()439 buffer = (char*)malloc(clustersz*count); in read_raw()446 target = buffer + clustersz*i; in read_raw()450 memcpy(target, store->data, clustersz); in read_raw()456 dump(store->data, clustersz); in read_raw()461 clustersz, target) != clustersz)) { in read_raw()471 dump(target, clustersz); in read_raw()509 source = buffer + clustersz*i; in write_raw()512 memcpy(store->data, source, clustersz); in write_raw()518 dump(store->data, clustersz); in write_raw()[all …]
110 extern u32 clustersz;