Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/fs/fat/
A Dfat.c249 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster() function
373 if (get_cluster(mydata, curclust, tmp_buffer, actsize) != 0) { in get_contents()
415 if (get_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in get_contents()
422 if (get_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in get_contents()

Completed in 4 milliseconds