Home
last modified time | relevance | path

Searched defs:sync_file_range (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/include/lapi/
Dsync_file_range.h19 static inline long sync_file_range(int fd, off64_t offset, off64_t nbytes, in sync_file_range() function
/third_party/musl/src/linux/
Dsync_file_range.c6 int sync_file_range(int fd, off_t pos, off_t len, unsigned flags) in sync_file_range() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4059 pub fn sync_file_range( in sync_file_range() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4030 pub fn sync_file_range( in sync_file_range() function