Home
last modified time | relevance | path

Searched refs:inotify_add_watch_and_warn (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Dinotify-util.c29 int inotify_add_watch_and_warn(int fd, const char *pathname, uint32_t mask) { in inotify_add_watch_and_warn() function
Dinotify-util.h38 int inotify_add_watch_and_warn(int fd, const char *pathname, uint32_t mask);
/systemd-251/src/timesync/
Dwait-sync.c216 r = inotify_add_watch_and_warn(state.inotify_fd, "/run/systemd/", IN_CREATE); in run()
/systemd-251/src/tty-ask-password-agent/
Dtty-ask-password-agent.c365 … r = inotify_add_watch_and_warn(notify, "/run/systemd/ask-password", IN_CLOSE_WRITE|IN_MOVED_TO); in process_and_watch_password_files()
/systemd-251/src/core/
Dpath.c108 wd = inotify_add_watch_and_warn(s->inotify_fd, s->path, f); in path_spec_watch()
Dmanager.c347 r = inotify_add_watch_and_warn(m->ask_password_inotify_fd, in manager_check_ask_password()