Home | History | Annotate | Download | only in inotify

Lines Matching full:list

36 /* We put inotify_sub's that are missing on this list */
63 IM_W ("asked to add %s to missing list but it's already on the list!\n", sub->dirname);
67 IM_W ("adding %s to missing list\n", sub->dirname);
88 IM_W ("asked to remove %s from missing list but it isn't on the list!\n", sub->dirname);
92 IM_W ("removing %s from missing list\n", sub->dirname);
98 /* Scans the list of missing subscriptions checking if they
109 IM_W ("scanning missing list with %d items\n", g_list_length (missing_sub_list));
123 IM_W ("removed %s from missing list\n", sub->dirname);
124 /* We have to build a list of list nodes to remove from the
140 /* If the missing list is now empty, we disable the timeout */
160 g_io_channel_write_chars (ioc, "missing list:\n", -1, NULL, NULL);