Home
last modified time | relevance | path

Searched refs:make_lock_file_for (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dlockfile-util.h11 int make_lock_file_for(const char *p, int operation, LockFile *ret);
Dlockfile-util.c85 int make_lock_file_for(const char *p, int operation, LockFile *ret) { in make_lock_file_for() function
Ddiscover-image.c1073 r = make_lock_file_for(path, operation, &t); in image_path_lock()