Home
last modified time | relevance | path

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

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