Home
last modified time | relevance | path

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

/external/u-boot/fs/fat/
Dfat_write.c282 int idx = 0, cur_position = 0; in get_long_file_name() local
355 cur_position = (__u8 *)realdent - get_contents_vfatname_block; in get_long_file_name()
356 *retdent = (dir_entry *) &get_dentfromdir_block[cur_position]; in get_long_file_name()
772 int cur_position; in is_next_clust() local
774 cur_position = (__u8 *)dentptr - get_dentfromdir_block; in is_next_clust()
776 if (cur_position >= mydata->clust_size * mydata->sect_size) in is_next_clust()