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

/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_fatfs.c63 #define DIRENTRYSIZE 32 macro
64 #define DIRPERSECTOR (SECTORSIZE/DIRENTRYSIZE)
465 (fatfs->fat_bpb.bpb_maxrootdir * DIRENTRYSIZE)/SECTORSIZE +
597 memset(entry,0,DIRENTRYSIZE);
604 rootdirsize = fatfs->fat_bpb.bpb_maxrootdir / DIRENTRYSIZE;
616 memcpy(entry,&(fatfs->fat_dirsector[(entryidx % DIRPERSECTOR)*DIRENTRYSIZE]),
617 DIRENTRYSIZE);
899 (fat->fat_bpb.bpb_maxrootdir * DIRENTRYSIZE)/SECTORSIZE +
945 memcpy(direntry,&(fat->fat_dirsector[(idx % DIRPERSECTOR)*DIRENTRYSIZE]),
946 DIRENTRYSIZE);
[all...]

Completed in 77 milliseconds