Searched defs:local_lock (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dmachine-image.c396 _cleanup_release_lock_file_ LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT; local
412 r = image_path_lock(i->path, LOCK_EX|LOCK_NB, &global_lock, &local_lock);
464 _cleanup_release_lock_file_ LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT, name_lock = LOCK_FILE_INIT; local
485 r = image_path_lock(i->path, LOCK_EX|LOCK_NB, &global_lock, &local_lock);
640 _cleanup_release_lock_file_ LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT; local
649 r = image_path_lock(i->path, LOCK_EX|LOCK_NB, &global_lock, &local_lock);

Completed in 12 milliseconds