Searched refs:curclust (Results 1 – 2 of 2) sorted by relevance
700 __u32 curclust = START(dentptr); in set_contents() local711 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 …]
314 __u32 curclust = START(dentptr); in get_contents() local335 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 …]