Home
last modified time | relevance | path

Searched refs:LOCK_FILE_INIT (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Ddiscover-image.c632 … _cleanup_(release_lock_file) LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT; in image_remove()
721 …elease_lock_file) LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT, name_lock = in image_rename()
841 _cleanup_(release_lock_file) LockFile name_lock = LOCK_FILE_INIT; in image_clone()
923 … _cleanup_(release_lock_file) LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT; in image_read_only()
1010 LockFile t = LOCK_FILE_INIT; in image_path_lock()
1039 *local = *global = (LockFile) LOCK_FILE_INIT; in image_path_lock()
1055 *local = *global = (LockFile) LOCK_FILE_INIT; in image_path_lock()
1091 *global = (LockFile) LOCK_FILE_INIT; in image_path_lock()
1117 … _cleanup_(release_lock_file) LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT; in image_read_metadata()
1259 *ret = (LockFile) LOCK_FILE_INIT; in image_name_lock()
Dlockfile-util.h14 #define LOCK_FILE_INIT { .fd = -1, .path = NULL } macro
/systemd-251/src/nspawn/
Dnspawn-network.c395 _cleanup_(release_lock_file) LockFile bridge_lock = LOCK_FILE_INIT; in setup_bridge()
436 _cleanup_(release_lock_file) LockFile bridge_lock = LOCK_FILE_INIT; in remove_bridge()
Dnspawn.c4059 _cleanup_(release_lock_file) LockFile lf = LOCK_FILE_INIT; in uid_shift_pick()
4087 lf = (struct LockFile) LOCK_FILE_INIT; in uid_shift_pick()
4732 _cleanup_(release_lock_file) LockFile uid_shift_lock = LOCK_FILE_INIT; in run_container()
5449 …nup_(release_lock_file) LockFile tree_global_lock = LOCK_FILE_INIT, tree_local_lock = LOCK_FILE_IN… in run()