Home
last modified time | relevance | path

Searched refs:fspacectl (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/nix/src/
H A Dfcntl.rs693 /// Argument to [`fspacectl`] describing the range to zero. The first member is
719 /// `fspacectl` instructs the file system to deallocate a portion of a file.
750 /// range = fspacectl(f.as_raw_fd(), range).unwrap();
757 pub fn fspacectl(fd: RawFd, range: SpacectlRange) -> Result<SpacectlRange> { in fspacectl() functions
759 let res = unsafe { libc::fspacectl( in fspacectl()
769 /// Like [`fspacectl`], but will never return incomplete.
805 let res = unsafe { libc::fspacectl( in fspacectl_all()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3108 // for use with fspacectl
4049 pub fn fspacectl( in fspacectl() functions

Completed in 13 milliseconds