Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h22 #define DIRENTSPERBLOCK (mydata->sect_size / sizeof(dir_entry)) macro
/openbmc/u-boot/fs/fat/
H A Dfat.c749 sect, itr->fsdata->clust_size, DIRENTSPERBLOCK); in next_cluster()