Searched defs:ie (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxcutmp.c153 struct inotify_event *ie; local
159 * we're monitoring a directory. ie->name is not included in
161 * read gives us EINVAL, so we read and cast to struct ie
175 ie = (struct inotify_event *)buffer;
177 if (ie->len <= 0) {
179 if (ie->mask & IN_UNMOUNT) {
184 SYSERROR("inotify event with no name (mask %d)", ie->mask);
190 DEBUG("got inotify event %d for %s", ie->mask, ie->name);
192 length = (4 < ie
[all...]

Completed in 5 milliseconds