Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h73 typedef QWORD FSIZE_t; typedef
83 typedef DWORD FSIZE_t; typedef
189 FSIZE_t objsize; /* Object size (valid when sclust != 0) */
210 FSIZE_t fptr; /* File read/write pointer (Zeroed on file open) */
249 FSIZE_t fsize; /* File size */
309 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */
330 FRESULT f_expand (FIL* fp, FSIZE_t fsz, BYTE opt); /* Allocate a contiguous block to the file */
396 #define CREATE_LINKMAP ((FSIZE_t)0 - 1)
/fatfs-2.7.6/
Dff.c1599 FSIZE_t ofs /* File offset to be converted to cluster# */ in clmt_clust()
3665 FSIZE_t ofs;
3861 FSIZE_t remain;
4369 FSIZE_t ofs /* File pointer from top of file */
4376 FSIZE_t ifptr;
4458 fp->fptr = (ifptr - 1) & ~(FSIZE_t)(bcs - 1); /* start from the current cluster */
5493 FSIZE_t fsz, /* File size to be expanded to */
5592 FSIZE_t remain;