Home
last modified time | relevance | path

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

/external/u-boot/fs/fat/
Dfat.c246 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster() function
354 if (get_cluster(mydata, curclust, get_contents_vfatname_block, in get_contents()
395 if (get_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in get_contents()
402 if (get_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in get_contents()
Dfat_write.c310 if (get_cluster(mydata, curclust, get_contents_vfatname_block, in get_long_file_name()
800 if (get_cluster(mydata, curclust, get_dentfromdir_block, in find_directory_entry()