Home
last modified time | relevance | path

Searched refs:inotify_record (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_inotify.c119 struct inotify_record { struct
120 STAILQ_ENTRY(inotify_record) link;
166 STAILQ_HEAD(, inotify_record) pending; /* events waiting to be read */
167 struct inotify_record overflow; /* preallocated record */
179 static struct inotify_record *
182 struct inotify_record *rec; in inotify_dequeue()
196 inotify_enqueue(struct inotify_softc *sc, struct inotify_record *rec, bool head) in inotify_enqueue()
213 struct inotify_record *rec; in inotify_read()
434 struct inotify_record *rec; in inotify_close()
521 static struct inotify_record *
[all …]