Home
last modified time | relevance | path

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

/u-boot/fs/fat/
A Dfat_write.c928 __u32 curclust = START(dentptr); in set_contents() local
939 if (!curclust) in set_contents()
952 if (!curclust) { in set_contents()
974 curclust = newclust; in set_contents()
991 endclust = curclust; in set_contents()
1036 curclust = newclust; in set_contents()
1059 curclust = endclust; in set_contents()
1068 if (!curclust) { in set_contents()
1077 curclust = newclust; in set_contents()
1091 endclust = curclust; in set_contents()
[all …]
A Dfat.c330 __u32 curclust = START(dentptr); in get_contents() local
351 curclust = get_fatent(mydata, curclust); in get_contents()
352 if (CHECK_CLUST(curclust, mydata->fatsize)) { in get_contents()
353 debug("curclust: 0x%x\n", curclust); in get_contents()
390 curclust = get_fatent(mydata, curclust); in get_contents()
391 if (CHECK_CLUST(curclust, mydata->fatsize)) { in get_contents()
392 debug("curclust: 0x%x\n", curclust); in get_contents()
399 endclust = curclust; in get_contents()
433 curclust = get_fatent(mydata, endclust); in get_contents()
435 debug("curclust: 0x%x\n", curclust); in get_contents()
[all …]

Completed in 8 milliseconds