Home
last modified time | relevance | path

Searched refs:Fsync (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/
Dio_uring.rs216 Fsync = sys::IORING_OP_FSYNC as _, enumerator
/third_party/node/src/
Dnode_file.cc1452 static void Fsync(const FunctionCallbackInfo<Value>& args) { in Fsync() function
2699 SetMethod(context, target, "fsync", Fsync); in Initialize()
2812 registry->Register(Fsync); in RegisterExternalReferences()