openharmony_kernel_liteos_a/fs/vfs/operation
Guangyao Ma f67c4dae51 feat: add sync() to vfs
新增sync方法,该方法每次调用,会遍历系统内所有的mount点,调用各个文件系统注册
的sync方法,完成对所有已挂载文件系统的sync操作。

close #I480HV

Signed-off-by: Guangyao Ma <guangyao.ma@outlook.com>
Change-Id: I57ced9c3f7685a448defd17ae56c842796b5668f
2021-09-08 15:41:52 +08:00
..
fullpath.c remove __cplusplus guards in .c files 2021-04-19 18:28:25 +08:00
vfs_chattr.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_check.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_cloexec.c fix: A核告警消除 2021-08-20 18:09:04 +08:00
vfs_fallocate.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_fallocate64.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_fcntl.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_file_mapping.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_force_umount.c fix: A核告警消除 2021-08-20 18:09:04 +08:00
vfs_init.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_other.c feat: add sync() to vfs 2021-09-08 15:41:52 +08:00
vfs_preadv.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_procfd.c !495 修复mqueue问题 2021-08-13 07:40:11 +00:00
vfs_pwritev.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_readv.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_utime.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00
vfs_writev.c feat(vfs): vfs支持FD_CLOEXEC标记 2021-08-11 15:35:46 +08:00