Searched refs:BPB_PercInUseEx (Results 1 – 1 of 1) sorted by relevance
147 #define BPB_PercInUseEx 112 /* exFAT: Percent in use (BYTE, out of check sum calculation) */ macro1137 if (fs->win[BPB_PercInUseEx] != perc_inuse) { /* Write it back into VBR if needed */ in sync_fs()1138 fs->win[BPB_PercInUseEx] = perc_inuse; in sync_fs()6181 …if (i != BPB_VolFlagEx && i != BPB_VolFlagEx + 1 && i != BPB_PercInUseEx) sum = xsum32(buf[i], sum…