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