Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/fatfs/src/
Dff.h114 typedef QWORD FSIZE_t; typedef
116 typedef DWORD FSIZE_t; typedef
179 FSIZE_t objsize; /* Object size (valid when sclust != 0) */
200 FSIZE_t fptr; /* File read/write pointer (Zeroed on file open) */
239 FSIZE_t fsize; /* File size */
287 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */
308 FRESULT f_expand (FIL* fp, FSIZE_t fsz, BYTE opt); /* Allocate a contiguous block to the file */
378 #define CREATE_LINKMAP ((FSIZE_t)0 - 1)
Dff.c1616 FSIZE_t ofs /* File offset to be converted to cluster# */ in clmt_clust()
3558 FSIZE_t ofs;
3747 FSIZE_t remain;
4256 FSIZE_t ofs /* File pointer from top of file */
4262 FSIZE_t ifptr;
4342 fp->fptr = (ifptr - 1) & ~(FSIZE_t)(bcs - 1); /* start from the current cluster */
5372 FSIZE_t fsz, /* File size to be expanded to */
5470 FSIZE_t remain;