Searched refs:get_cluster (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/fs/fat/ |
H A D | fat.c | 247 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster() function 360 if (get_cluster(mydata, curclust, tmp_buffer, actsize) != 0) { in get_contents() 402 if (get_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in get_contents() 409 if (get_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in get_contents()
|