Searched refs:LockFile (Results 1 - 6 of 6) sorted by relevance
/systemd/src/basic/ |
H A D | lockfile-util.h | 27 typedef struct LockFile { struct 31 } LockFile; typedef in typeref:struct:LockFile 33 int make_lock_file(const char *p, int operation, LockFile *ret); 34 int make_lock_file_for(const char *p, int operation, LockFile *ret); 35 void release_lock_file(LockFile *f);
|
H A D | lockfile-util.c | 34 int make_lock_file(const char *p, int operation, LockFile *ret) { 101 int make_lock_file_for(const char *p, int operation, LockFile *ret) { 118 void release_lock_file(LockFile *f) {
|
/systemd/src/shared/ |
H A D | machine-image.h | 74 int image_path_lock(const char *path, int operation, LockFile *global, LockFile *local); 75 int image_name_lock(const char *name, int operation, LockFile *ret);
|
H A D | machine-image.c | 396 _cleanup_release_lock_file_ LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT; 464 _cleanup_release_lock_file_ LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT, name_lock = LOCK_FILE_INIT; 575 _cleanup_release_lock_file_ LockFile name_lock = LOCK_FILE_INIT; 640 _cleanup_release_lock_file_ LockFile global_lock = LOCK_FILE_INIT, local_lock = LOCK_FILE_INIT; 705 int image_path_lock(const char *path, int operation, LockFile *global, LockFile *local) { 707 LockFile t = LOCK_FILE_INIT; 770 int image_name_lock(const char *name, int operation, LockFile *ret) {
|
H A D | machine-pool.c | 188 _cleanup_release_lock_file_ LockFile lock_file = LOCK_FILE_INIT;
|
/systemd/src/nspawn/ |
H A D | nspawn.c | 3093 _cleanup_release_lock_file_ LockFile tree_global_lock = LOCK_FILE_INIT, tree_local_lock = LOCK_FILE_INIT;
|
Completed in 98 milliseconds