Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c253 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster() function
361 if (get_cluster(mydata, curclust, get_contents_vfatname_block, 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()
H A Dfat_write.c311 if (get_cluster(mydata, curclust, get_contents_vfatname_block, in get_long_file_name()
801 if (get_cluster(mydata, curclust, get_dentfromdir_block, in find_directory_entry()