inotify_record
struct inotify_record *rec;
STAILQ_ENTRY(inotify_record) link;
STAILQ_HEAD(, inotify_record) pending; /* events waiting to be read */
struct inotify_record overflow; /* preallocated record */
static struct inotify_record *
struct inotify_record *rec;
inotify_enqueue(struct inotify_softc *sc, struct inotify_record *rec, bool head)
struct inotify_record *rec;
struct inotify_record *rec;
static struct inotify_record *
struct inotify_record *rec;
struct inotify_record *prev;
prev = STAILQ_LAST(&sc->pending, inotify_record, link);
inotify_queue_record(struct inotify_softc *sc, struct inotify_record *rec)
struct inotify_record *rec;