Searched refs:clus_start (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmbadblocks.c62 for(i=0; i < Fs->clus_start; i++ ){
81 start = (i - 2) * Fs->cluster_size + Fs->clus_start;
H A DfsP.h59 unsigned int clus_start; member in struct:Fs_t
H A Dfat.c633 This->num_clus = (tot_sectors - This->clus_start) / This->cluster_size;
683 This->clus_start = This->fat_start + This->num_fat * This->fat_len;
716 This->clus_start = This->dir_start + This->dir_len;
H A Dmformat.c1198 Fs.clus_start = Fs.num_fat * Fs.fat_len + Fs.fat_start;
1222 Fs.clus_start = Fs.dir_start + Fs.dir_len;
H A Dfile.c323 Fs->clus_start) + offset;

Completed in 207 milliseconds