HomeSort by relevance Sort by last modified time
    Searched refs:endclust (Results 1 - 2 of 2) sorted by null

  /external/u-boot/fs/fat/
fat.c 317 __u32 endclust, newclust; local
376 endclust = curclust;
381 newclust = get_fatent(mydata, endclust);
382 if ((newclust - 1) != endclust)
389 endclust = newclust;
410 curclust = get_fatent(mydata, endclust);
417 endclust = curclust;
fat_write.c 641 __u32 endclust = 0, newclust = 0; local
661 endclust = curclust;
665 newclust = determine_fatent(mydata, endclust);
667 if ((newclust - 1) != endclust)
675 endclust = newclust;
694 set_fatent_value(mydata, endclust, newclust);
712 curclust = endclust = newclust;

Completed in 555 milliseconds