Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-bus/
Dbus-socket.c858 if (new_watches[j] == b->inotify_watches[i]) { in bus_socket_inotify_setup()
866 (void) inotify_rm_watch(b->inotify_fd, b->inotify_watches[i]); in bus_socket_inotify_setup()
869 free_and_replace(b->inotify_watches, new_watches); in bus_socket_inotify_setup()
Dbus-internal.h318 int *inotify_watches; member
Dsd-bus.c145 b->inotify_watches = mfree(b->inotify_watches); in bus_close_inotify_fd()