Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h180 static inline u32 clust_to_sect(fsdata *fsdata, u32 clust) in clust_to_sect() function
/openbmc/u-boot/fs/fat/
H A Dfat.c254 startsect = clust_to_sect(mydata, clustnum); in get_cluster()
746 sect = clust_to_sect(itr->fsdata, itr->next_clust); in next_cluster()
770 sect = clust_to_sect(itr->fsdata, itr->next_clust); in next_cluster()
H A Dfat_write.c409 startsect = clust_to_sect(mydata, clustnum); in set_cluster()
479 startsect = clust_to_sect(mydata, clustnum); in get_set_cluster()
675 startsect = clust_to_sect(mydata, clustnum); in check_overflow()