HomeSort by: relevance | last modified time | path
    Searched defs:type_inotify_to_kevent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/common/
linux_inotify.c 365 const struct inotify_kevent_mask_pair *type_inotify_to_kevent; local in function:inotify_mask_to_kevent_fflags
388 type_inotify_to_kevent = vreg_inotify_to_kevent;
393 type_inotify_to_kevent = vdir_inotify_to_kevent;
402 if (mask & type_inotify_to_kevent[i].inotify)
403 fflags |= type_inotify_to_kevent[i].kevent;
linux_inotify.c 365 const struct inotify_kevent_mask_pair *type_inotify_to_kevent; local in function:inotify_mask_to_kevent_fflags
388 type_inotify_to_kevent = vreg_inotify_to_kevent;
393 type_inotify_to_kevent = vdir_inotify_to_kevent;
402 if (mask & type_inotify_to_kevent[i].inotify)
403 fflags |= type_inotify_to_kevent[i].kevent;

Completed in 23 milliseconds