Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_super.c741 clu = fid->hint_last_clu; in ffsReadFile()
756 fid->hint_last_clu = clu; in ffsReadFile()
883 clu = fid->hint_last_clu; in ffsWriteFile()
941 fid->hint_last_clu = clu; in ffsWriteFile()
1783 *clu = fid->hint_last_clu; in ffsMapCluster()
1878 fid->hint_last_clu = *clu; in ffsMapCluster()
2000 clu.dir = fid->hint_last_clu; in ffsReadDir()
2092 fid->hint_last_clu = clu.dir; in ffsReadDir()
Dexfat.h289 u32 hint_last_clu; member