Searched refs:hint_last_off (Results 1 – 3 of 3) sorted by relevance
593 fid->hint_last_off = -1; in ffsLookupFile()619 fid->hint_last_off = -1; in ffsLookupFile()738 if ((clu_offset > 0) && (fid->hint_last_off > 0) && in ffsReadFile()739 (clu_offset >= fid->hint_last_off)) { in ffsReadFile()740 clu_offset -= fid->hint_last_off; in ffsReadFile()754 fid->hint_last_off = (s32)(fid->rwoffset >> in ffsReadFile()880 if ((clu_offset > 0) && (fid->hint_last_off > 0) && in ffsWriteFile()881 (clu_offset >= fid->hint_last_off)) { in ffsWriteFile()882 clu_offset -= fid->hint_last_off; in ffsWriteFile()939 fid->hint_last_off = (s32)(fid->rwoffset >> in ffsWriteFile()[all …]
288 s32 hint_last_off; member
3300 fid->hint_last_off = -1; in create_dir()3350 fid->hint_last_off = -1; in create_file()