Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h256 VOID* parent_fs; /* Point to the reality Fatfs object, only available in virtual Fatfs object */ member
597 #define PARENTFS(fs) ((FATFS*)((fs)->parent_fs))
Dff.c3063 fs->parent_fs = fs; in f_mount()