fam_event 138 source3/modules/vfs_notify_fam.c FAMEvent fam_event; fam_event 147 source3/modules/vfs_notify_fam.c if (FAMNextEvent(fam_conn, &fam_event) != 1) { fam_event 154 source3/modules/vfs_notify_fam.c DEBUG(10, ("Got FAMCode %d for %s\n", fam_event.code, fam_event 155 source3/modules/vfs_notify_fam.c fam_event.filename)); fam_event 157 source3/modules/vfs_notify_fam.c switch (fam_event.code) { fam_event 169 source3/modules/vfs_notify_fam.c (int)fam_event.code, fam_event.filename)); fam_event 174 source3/modules/vfs_notify_fam.c if (memcmp(&fam_event.fr, &ctx->fr, sizeof(FAMRequest)) == 0) { fam_event 181 source3/modules/vfs_notify_fam.c fam_event.filename)); fam_event 185 source3/modules/vfs_notify_fam.c if ((ne.path = strrchr_m(fam_event.filename, '\\')) == NULL) { fam_event 186 source3/modules/vfs_notify_fam.c ne.path = fam_event.filename;