Skip to main content

fs_flush

Function fs_flush 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn fs_flush(handle: *mut FsHandle) -> i32
Expand description

Flush buffered writes to the block store without calling fsync.

Use this for FUSE write/release handlers. Call fs_sync only for explicit fsync requests.

ยงSafety

handle must be a valid pointer.