Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c700 __u32 curclust = START(dentptr); in set_contents() local
711 if (!curclust) in set_contents()
724 if (!curclust) { in set_contents()
746 curclust = newclust; in set_contents()
763 endclust = curclust; in set_contents()
806 curclust = newclust; in set_contents()
829 curclust = endclust; in set_contents()
838 if (!curclust) { in set_contents()
847 curclust = newclust; in set_contents()
861 endclust = curclust; in set_contents()
[all …]
H A Dfat.c314 __u32 curclust = START(dentptr); in get_contents() local
335 curclust = get_fatent(mydata, curclust); in get_contents()
336 if (CHECK_CLUST(curclust, mydata->fatsize)) { in get_contents()
337 debug("curclust: 0x%x\n", curclust); in get_contents()
374 curclust = get_fatent(mydata, curclust); in get_contents()
375 if (CHECK_CLUST(curclust, mydata->fatsize)) { in get_contents()
376 debug("curclust: 0x%x\n", curclust); in get_contents()
383 endclust = curclust; in get_contents()
417 curclust = get_fatent(mydata, endclust); in get_contents()
419 debug("curclust: 0x%x\n", curclust); in get_contents()
[all …]