Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h178 static inline u32 clust_to_sect(fsdata *fsdata, u32 clust) in clust_to_sect() function
/external/u-boot/fs/fat/
Dfat.c253 startsect = clust_to_sect(mydata, clustnum); in get_cluster()
723 sect = clust_to_sect(itr->fsdata, itr->clust); in next_cluster()
746 sect = clust_to_sect(itr->fsdata, itr->clust); in next_cluster()
Dfat_write.c504 startsect = clust_to_sect(mydata, clustnum); in set_cluster()
752 startsect = clust_to_sect(mydata, clustnum); in check_overflow()