Home
last modified time | relevance | path

Searched refs:f_mount (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/tools/fatten/fatfs/
H A D00history.txt50 Changed f_mountdrv() to f_mount().
191 Added forced mount feature with changes of f_mount().
205 Fixed f_mount() with forced mount fails when drive number is >= 1. (appeared at R0.10)
H A Dff.h237 FRESULT f_mount (FATFS* fs, const TCHAR* path, BYTE opt); /* Mount/Unmount a logical drive */
H A Dff.c2402 FRESULT f_mount ( in f_mount() function
/reactos/sdk/tools/fatten/
H A Dfatten.c117 r = f_mount(&g_Filesystem, "0:", 0); in need_mount()