Home
last modified time | relevance | path

Searched defs:FallocateFlags (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/fs/
Dfd.rs249 pub fn fallocate<Fd: AsFd>(fd: Fd, mode: FallocateFlags, offset: u64, len: u64) -> io::Result<()> { in fallocate()
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs1166 mode: FallocateFlags, in fallocate()
1196 mode: FallocateFlags, in fallocate()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs295 mode: FallocateFlags, in fallocate()