pub fn sys_fsync(_abi: &mut LinuxRiscv64Abi, trapframe: &mut Trapframe) -> usizeExpand description
Linux sys_fsync system call implementation (stub) Synchronize a file’s in-core state with storage device
Arguments:
- fd: File descriptor to synchronize
Returns:
- 0 on success
- usize::MAX on error