Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h174 typedef DWORD FSIZE_t; typedef
279 FSIZE_t objsize; /* Object size (valid when sclust != 0) */
293 FSIZE_t fptr; /* File read/write pointer (Zeroed on file open) */
336 FSIZE_t fsize; /* File size */
355 FSIZE_t pos;
436 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */
437 FRESULT f_truncate (FIL* fp, FSIZE_t length); /* Truncate the file */
457 FRESULT f_expand (FIL* fp, FSIZE_t offset, FSIZE_t fsz, int opt); /* Allocate a contiguous block to…
565 #define CREATE_LINKMAP ((FSIZE_t)0 - 1)
Dff.c1367 FSIZE_t ofs /* File offset to be converted to cluster# */ in clmt_clust()
3264 FSIZE_t ofs; in f_open()
3526 FSIZE_t remain; in f_read()
4035 FSIZE_t ofs /* File pointer from top of file */ in f_lseek()
4042 FSIZE_t ifptr; in f_lseek()
4115 fp->fptr = (ifptr - 1) & ~(FSIZE_t)(bcs - 1); /* start from the current cluster */ in f_lseek()
4495 FSIZE_t length in f_truncate()
5290 FSIZE_t offset, /* File offset to be expanded to */
5291 FSIZE_t fsz, /* File size to be expanded to */
5299 FSIZE_t exsz;
[all …]
/third_party/FatFs/documents/res/
Dapp5.c11 FSIZE_t fsz; in test_contiguous_file()