Home
last modified time | relevance | path

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

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