Searched refs:fat_close (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | fat.h | 208 void fat_close(void); |
/openbmc/u-boot/fs/ | ||
H A D | fs.c | 166 .close = fat_close, |
/openbmc/u-boot/fs/fat/ | ||
H A D | fat.c | 1257 void fat_close(void) in fat_close() function |