Home
last modified time | relevance | path

Searched refs:ext4fs_close (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/env/
H A Dext4.c64 ext4fs_close(); in env_ext4_save()
110 ext4fs_close(); in env_ext4_load()
/openbmc/u-boot/include/
H A Dext4fs.h141 void ext4fs_close(void);
/openbmc/u-boot/fs/ext4/
H A Dext4fs.c216 ext4fs_close(); in ext4fs_probe()
H A Dext4_common.c1992 void ext4fs_close(void) in ext4fs_close() function
/openbmc/u-boot/fs/
H A Dfs.c193 .close = ext4fs_close,