ifs_event_fd 54 source3/modules/onefs_notify.c int ifs_event_fd;
ifs_event_fd 477 source3/modules/onefs_notify.c nread = sys_read(wc->ifs_event_fd, &ifs_events,
ifs_event_fd 514 source3/modules/onefs_notify.c close(wc->ifs_event_fd);
ifs_event_fd 549 source3/modules/onefs_notify.c int ifs_event_fd = -1;
ifs_event_fd 612 source3/modules/onefs_notify.c ifs_event_fd = ifs_create_listener(watch_tree ?
ifs_event_fd 617 source3/modules/onefs_notify.c if (ifs_event_fd < 0) {
ifs_event_fd 648 source3/modules/onefs_notify.c wc->ifs_event_fd = ifs_event_fd;
ifs_event_fd 665 source3/modules/onefs_notify.c event_add_fd(ctx->ev, wc, wc->ifs_event_fd, EVENT_FD_READ,
ifs_event_fd 672 source3/modules/onefs_notify.c ifs_event_fd, e->dir_fd, sbuf.st_ino));
ifs_event_fd 678 source3/modules/onefs_notify.c SMB_ASSERT(ifs_event_fd >= 0);
ifs_event_fd 679 source3/modules/onefs_notify.c close(ifs_event_fd);