Lines Matching refs:FIL
36 FIL files[0]; /* array with max_files entries; must be the final member of the structure */
160 size_t ctx_size = sizeof(vfs_fat_ctx_t) + max_files * sizeof(FIL); in esp_vfs_fat_register()
275 memset(&ctx->files[fd], 0, sizeof(FIL)); in file_cleanup()
321 FIL* file = &fat_ctx->files[fd]; in vfs_fat_open()
367 FIL* file = &fat_ctx->files[fd]; in vfs_fat_write()
391 FIL* file = &fat_ctx->files[fd]; in vfs_fat_read()
409 FIL *file = &fat_ctx->files[fd]; in vfs_fat_pread()
449 FIL *file = &fat_ctx->files[fd]; in vfs_fat_pwrite()
488 FIL* file = &fat_ctx->files[fd]; in vfs_fat_fsync()
504 FIL* file = &fat_ctx->files[fd]; in vfs_fat_close()
526 FIL* file = &fat_ctx->files[fd]; in vfs_fat_lseek()
554 FIL* file = &fat_ctx->files[fd]; in vfs_fat_fstat()
636 FIL* pf1 = (FIL*) ff_memalloc(sizeof(FIL)); in vfs_fat_link()
637 FIL* pf2 = (FIL*) ff_memalloc(sizeof(FIL)); in vfs_fat_link()
885 FIL* file = NULL; in vfs_fat_truncate()
900 file = (FIL*) ff_memalloc(sizeof(FIL)); in vfs_fat_truncate()