Searched refs:LockExclusive (Results 1 – 4 of 4) sorted by relevance
63 if let Err(_) = flock(&raw_image, FlockOperation::LockExclusive, true) { in expand_disk_image()
204 LockExclusive, enumerator214 FlockOperation::LockExclusive => libc::LOCK_EX, in flock()
407 LockExclusive, enumerator421 LockExclusive => libc::flock(fd, libc::LOCK_EX), in flock()
509 FlockOperation::LockExclusive in create_block_device()