Home
last modified time | relevance | path

Searched refs:make_lock_file (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/shared/
Dlockfile-util.c18 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()
Dlockfile-util.h10 int make_lock_file(const char *p, int operation, LockFile *ret);
Ddiscover-image.c1085 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/
Dnspawn-network.c411 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()
Dnspawn.c4070 r = make_lock_file(lock_path, LOCK_EX|LOCK_NB, &lf); in uid_shift_pick()