Searched refs:make_lock_file (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | lockfile-util.c | 18 int make_lock_file(const char *p, int operation, LockFile *ret) { in make_lock_file() function 99 return make_lock_file(t, operation, ret); in make_lock_file_for()
|
D | lockfile-util.h | 10 int make_lock_file(const char *p, int operation, LockFile *ret);
|
D | discover-image.c | 1085 r = make_lock_file(p, operation, global); in image_path_lock() 1266 return make_lock_file(p, operation, ret); in image_name_lock()
|
/systemd-251/src/nspawn/ |
D | nspawn-network.c | 411 r = make_lock_file("/run/systemd/nspawn-network-zone", LOCK_EX, &bridge_lock); in setup_bridge() 446 r = make_lock_file("/run/systemd/nspawn-network-zone", LOCK_EX, &bridge_lock); in remove_bridge()
|
D | nspawn.c | 4070 r = make_lock_file(lock_path, LOCK_EX|LOCK_NB, &lf); in uid_shift_pick()
|