Function rustix::backend::fs::syscalls::flock

source ยท
pub(crate) fn flock(fd: BorrowedFd<'_>, operation: FlockOperation) -> Result<()>