Home
last modified time | relevance | path

Searched refs:XDIR_NameHash (Results 1 – 1 of 1) sorted by relevance

/fatfs-latest/
Dff.c183 #define XDIR_NameHash 36 /* exFAT: Hash of file name (WORD) */ macro
2311 st_word(dirb + XDIR_NameHash, xname_sum(lfn)); /* Set name hash */
2428 …if (ld_word(fs->dirbuf + XDIR_NameHash) != hash) continue; /* Skip comparison if hash mismatched */
5196 nh = ld_word(fs->dirbuf + XDIR_NameHash);
5199 st_word(fs->dirbuf + XDIR_NameHash, nh);