Searched refs:BPB_RootEntCnt (Results 1 – 1 of 1) sorted by relevance
101 #define BPB_RootEntCnt 17 /* Size of root directory area for FAT [entry] (WORD) */ macro3265 && ld_word(fs->win + BPB_RootEntCnt) != 0 /* Properness of root dir entries (MNBZ) */3473 fs->n_rootdir = ld_word(fs->win + BPB_RootEntCnt); /* Number of root directory entries */6186 …st_word(buf + BPB_RootEntCnt, (WORD)((fsty == FS_FAT32) ? 0 : n_root)); /* Number of root director…