Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c286 FATFS *fs; /* Object ID 1, volume (NULL:blank entry) */
464 static FATFS* FatFs[FF_VOLUMES]; /* Pointer to the filesystem objects (logical drives) */
891 FATFS* fs /* Filesystem object */ in lock_fs()
899 FATFS* fs, /* Filesystem object */ in unlock_fs()
1007 FATFS *fs in clear_lock()
1026 FATFS* fs /* Filesystem object */ in sync_window()
1048 FATFS* fs, /* Filesystem object */ in move_window()
1079 FATFS* fs /* Filesystem object */ in sync_fs()
1115 FATFS* fs, /* Filesystem object */ in clst2sect()
1138 FATFS *fs = obj->fs; in get_fat()
[all …]
/fatfs-2.7.6/include/
Dff.h177 } FATFS; typedef
184 FATFS* fs; /* Pointer to the hosting volume of this object */
326 FRESULT f_getfree (const TCHAR* path, DWORD* nclst, FATFS** fatfs); /* Get number of free clusters …
331 FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */