Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h180 static inline u32 clust_to_sect(fsdata *fsdata, u32 clust) in clust_to_sect() function
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c260 startsect = clust_to_sect(mydata, clustnum); in get_cluster()
732 sect = clust_to_sect(itr->fsdata, itr->clust); in next_cluster()
755 sect = clust_to_sect(itr->fsdata, itr->clust); in next_cluster()
H A Dfat_write.c505 startsect = clust_to_sect(mydata, clustnum); in set_cluster()
753 startsect = clust_to_sect(mydata, clustnum); in check_overflow()