Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c701 __u32 endclust = 0, newclust = 0; in set_contents() local
763 endclust = curclust; in set_contents()
768 newclust = get_fatent(mydata, endclust); in set_contents()
779 endclust = newclust; in set_contents()
811 newclust = get_fatent(mydata, endclust); in set_contents()
823 set_fatent_value(mydata, endclust, newclust); in set_contents()
829 curclust = endclust; in set_contents()
861 endclust = curclust; in set_contents()
865 newclust = determine_fatent(mydata, endclust); in set_contents()
867 if ((newclust - 1) != endclust) in set_contents()
[all …]
H A Dfat.c315 __u32 endclust, newclust; in get_contents() local
383 endclust = curclust; in get_contents()
388 newclust = get_fatent(mydata, endclust); in get_contents()
389 if ((newclust - 1) != endclust) in get_contents()
396 endclust = newclust; in get_contents()
417 curclust = get_fatent(mydata, endclust); in get_contents()
424 endclust = curclust; in get_contents()