Home | History | Annotate | Download | only in inotify

Lines Matching refs:sub

39   inotify_sub *sub;
55 inotify_sub *sub = inotify_monitor->sub;
57 if (sub)
59 _ih_sub_cancel (sub);
60 _ih_sub_free (sub);
61 inotify_monitor->sub = NULL;
78 inotify_sub *sub = NULL;
95 sub = _ih_sub_new (dirname, NULL, inotify_monitor);
98 g_assert (sub != NULL);
99 g_assert (_ih_sub_add (sub));
101 inotify_monitor->sub = sub;
136 inotify_sub *sub = inotify_monitor->sub;
138 if (sub)
140 _ih_sub_cancel (sub);
141 _ih_sub_free (sub);
142 inotify_monitor->sub = NULL;