Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h208 void fat_close(void);
/openbmc/u-boot/fs/
H A Dfs.c166 .close = fat_close,
/openbmc/u-boot/fs/fat/
H A Dfat.c1257 void fat_close(void) in fat_close() function