Searched refs:inotify_alloc_record (Results 1 – 1 of 1) sorted by relevance
| /src/sys/kern/ |
| H A D | vfs_inotify.c | 522 inotify_alloc_record(uint32_t wd, const char *name, size_t namelen, int event, in inotify_alloc_record() function 622 rec = inotify_alloc_record(watch->wd, name, namelen, event, cookie, in inotify_log_one() 637 rec = inotify_alloc_record(watch->wd, NULL, 0, in inotify_log_one() 1017 rec = inotify_alloc_record(wd, NULL, 0, IN_IGNORED, 0, M_WAITOK); in kern_inotify_rm_watch()
|