diff options
Diffstat (limited to 'include/ext4.h')
| -rw-r--r-- | include/ext4.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ext4.h b/include/ext4.h index b1c7a61..745d41e 100644 --- a/include/ext4.h +++ b/include/ext4.h @@ -234,6 +234,14 @@ int ext4_get_sblock(const char *mount_point, struct ext4_sblock **sb); * @return standard error code */ int ext4_cache_write_back(const char *path, bool on); + +/**@brief Force cache flush. + * + * @param path mount point path + * + * @return standard error code */ +int ext4_cache_flush(const char *path); + /********************************FILE OPERATIONS*****************************/ /**@brief Remove file by path. |
