Searched refs:new_inode_data (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-event/ |
D | sd-event.c | 2314 struct inode_data *new_inode_data = NULL; in sd_event_source_set_priority() local 2341 …_inode_data(s->event, new_inotify_data, old_inode_data->dev, old_inode_data->ino, &new_inode_data); in sd_event_source_set_priority() 2346 if (new_inode_data->fd < 0) { in sd_event_source_set_priority() 2348 new_inode_data->fd = fcntl(old_inode_data->fd, F_DUPFD_CLOEXEC, 3); in sd_event_source_set_priority() 2349 if (new_inode_data->fd < 0) { in sd_event_source_set_priority() 2354 LIST_PREPEND(to_close, s->event->inode_data_to_close, new_inode_data); in sd_event_source_set_priority() 2359 LIST_PREPEND(inotify.by_inode_data, new_inode_data->event_sources, s); in sd_event_source_set_priority() 2360 s->inotify.inode_data = new_inode_data; in sd_event_source_set_priority() 2363 r = inode_data_realize_watch(s->event, new_inode_data); in sd_event_source_set_priority() 2366 LIST_REMOVE(inotify.by_inode_data, new_inode_data->event_sources, s); in sd_event_source_set_priority() [all …]
|