Searched refs:rwoffset (Results 1 – 3 of 3) sorted by relevance
592 fid->rwoffset = 0; in ffsLookupFile()618 fid->rwoffset = 0; in ffsLookupFile()715 if (fid->rwoffset > fid->size) in ffsReadFile()716 fid->rwoffset = fid->size; in ffsReadFile()718 if (count > (fid->size - fid->rwoffset)) in ffsReadFile()719 count = fid->size - fid->rwoffset; in ffsReadFile()731 clu_offset = (s32)(fid->rwoffset >> p_fs->cluster_size_bits); in ffsReadFile()754 fid->hint_last_off = (s32)(fid->rwoffset >> in ffsReadFile()759 offset = (s32)(fid->rwoffset & (p_fs->cluster_size - 1)); in ffsReadFile()789 fid->rwoffset += oneblkread; in ffsReadFile()[all …]
287 s64 rwoffset; member
3299 fid->rwoffset = 0; in create_dir()3349 fid->rwoffset = 0; in create_file()