Searched defs:FallocateFlags (Results 1 – 3 of 3) sorted by relevance
249 pub fn fallocate<Fd: AsFd>(fd: Fd, mode: FallocateFlags, offset: u64, len: u64) -> io::Result<()> { in fallocate()
1166 mode: FallocateFlags, in fallocate()1196 mode: FallocateFlags, in fallocate()
295 mode: FallocateFlags, in fallocate()