Searched refs:curclust (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/fs/fat/ |
D | fat_write.c | 272 get_long_file_name(fsdata *mydata, int curclust, __u8 *cluster, in get_long_file_name() argument 278 __u8 *buflimit = cluster + mydata->sect_size * ((curclust == 0) ? in get_long_file_name() 299 if (curclust == 0) in get_long_file_name() 301 curclust = get_fatent(mydata, dir_curclust); in get_long_file_name() 302 if (CHECK_CLUST(curclust, mydata->fatsize)) { in get_long_file_name() 303 debug("curclust: 0x%x\n", curclust); in get_long_file_name() 308 dir_curclust = curclust; in get_long_file_name() 310 if (get_cluster(mydata, curclust, get_contents_vfatname_block, in get_long_file_name() 640 __u32 curclust = START(dentptr); in set_contents() local 652 if (!curclust) { in set_contents() [all …]
|
D | fat.c | 316 __u32 curclust = START(dentptr); in get_contents() local 337 curclust = get_fatent(mydata, curclust); in get_contents() 338 if (CHECK_CLUST(curclust, mydata->fatsize)) { in get_contents() 339 debug("curclust: 0x%x\n", curclust); in get_contents() 354 if (get_cluster(mydata, curclust, get_contents_vfatname_block, in get_contents() 367 curclust = get_fatent(mydata, curclust); in get_contents() 368 if (CHECK_CLUST(curclust, mydata->fatsize)) { in get_contents() 369 debug("curclust: 0x%x\n", curclust); in get_contents() 376 endclust = curclust; in get_contents() 395 if (get_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in get_contents() [all …]
|