Searched refs:ofs (Results 1 – 2 of 2) sorted by relevance
288 DWORD ofs; /* Object ID 3, offset in the directory */ member930 Files[i].ofs == dp->dptr) break; in chk_lock()964 && Files[i].ofs == dp->dptr) break; in inc_lock()972 Files[i].ofs = dp->dptr; in inc_lock()1599 FSIZE_t ofs /* File offset to be converted to cluster# */ in clmt_clust() argument1607 cl = (DWORD)(ofs / SS(fs) / fs->csize); /* Cluster order from top of the file */ in clmt_clust()1668 DWORD ofs /* Offset of directory table */ in dir_sdi() argument1675 …if (ofs >= (DWORD)((FF_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR) || ofs % SZDIR… in dir_sdi()1678 dp->dptr = ofs; /* Set current offset */ in dir_sdi()1686 if (ofs / SZDIRE >= fs->n_rootdir) return FR_INT_ERR; /* Is index out of range? */ in dir_sdi()[all …]
309 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */