Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c288 DWORD ofs; /* Object ID 3, offset in the directory */ member
930 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() argument
1607 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() argument
1675 …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 …]
/fatfs-2.7.6/include/
Dff.h309 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */