Home
last modified time | relevance | path

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

/external/u-boot/fs/fat/
Dfat_write.c728 __u32 endclust = 0, newclust = 0; in set_contents() local
790 endclust = curclust; in set_contents()
795 newclust = get_fatent(mydata, endclust); in set_contents()
806 endclust = newclust; in set_contents()
838 newclust = get_fatent(mydata, endclust); in set_contents()
850 set_fatent_value(mydata, endclust, newclust); in set_contents()
856 curclust = endclust; in set_contents()
888 endclust = curclust; in set_contents()
892 newclust = determine_fatent(mydata, endclust); in set_contents()
894 if ((newclust - 1) != endclust) in set_contents()
[all …]
Dfat.c325 __u32 endclust, newclust; in get_contents() local
393 endclust = curclust; in get_contents()
398 newclust = get_fatent(mydata, endclust); in get_contents()
399 if ((newclust - 1) != endclust) in get_contents()
406 endclust = newclust; in get_contents()
427 curclust = get_fatent(mydata, endclust); in get_contents()
434 endclust = curclust; in get_contents()