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

  /src/sys/compat/linux/common/
linux_inotify.c 139 static struct inotify_dir_entries *get_inotify_dir_entries(int, bool);
547 ifd->ifd_wds[wd] = get_inotify_dir_entries(wd, true);
823 get_inotify_dir_entries(int wd, bool needs_lock) function
917 new_idep = get_inotify_dir_entries(wd, false);

Completed in 15 milliseconds