ne 365 source3/modules/onefs_notify.c struct notify_event ne;
ne 382 source3/modules/onefs_notify.c ne.path = NULL;
ne 383 source3/modules/onefs_notify.c ne.action = 0;
ne 384 source3/modules/onefs_notify.c wc->callback(wc->ctx, wc->private_data, &ne);
ne 410 source3/modules/onefs_notify.c ne.path = path;
ne 413 source3/modules/onefs_notify.c ne.action = onefs_notify_ifs_filter_to_smb_action(wc->smb_filter,
ne 418 source3/modules/onefs_notify.c wc->smb_filter, e->events, ne.action, ne.path));
ne 420 source3/modules/onefs_notify.c if (!ne.action)
ne 424 source3/modules/onefs_notify.c wc->callback(wc->ctx, wc->private_data, &ne);
ne 438 source3/modules/onefs_notify.c ne.action = NOTIFY_ACTION_MODIFIED;
ne 439 source3/modules/onefs_notify.c wc->callback(wc->ctx, wc->private_data, &ne);
ne 140 source3/modules/vfs_notify_fam.c struct notify_event ne;
ne 159 source3/modules/vfs_notify_fam.c ne.action = NOTIFY_ACTION_MODIFIED;
ne 162 source3/modules/vfs_notify_fam.c ne.action = NOTIFY_ACTION_ADDED;
ne 165 source3/modules/vfs_notify_fam.c ne.action = NOTIFY_ACTION_REMOVED;
ne 185 source3/modules/vfs_notify_fam.c if ((ne.path = strrchr_m(fam_event.filename, '\\')) == NULL) {
ne 186 source3/modules/vfs_notify_fam.c ne.path = fam_event.filename;
ne 189 source3/modules/vfs_notify_fam.c ctx->callback(ctx->sys_ctx, ctx->private_data, &ne);
ne 159 source3/smbd/notify_inotify.c struct notify_event ne;
ne 173 source3/smbd/notify_inotify.c ne.action = NOTIFY_ACTION_ADDED;
ne 175 source3/smbd/notify_inotify.c ne.action = NOTIFY_ACTION_REMOVED;
ne 178 source3/smbd/notify_inotify.c ne.action = NOTIFY_ACTION_OLD_NAME;
ne 180 source3/smbd/notify_inotify.c ne.action = NOTIFY_ACTION_REMOVED;
ne 184 source3/smbd/notify_inotify.c ne.action = NOTIFY_ACTION_NEW_NAME;
ne 186 source3/smbd/notify_inotify.c ne.action = NOTIFY_ACTION_ADDED;
ne 189 source3/smbd/notify_inotify.c ne.action = NOTIFY_ACTION_MODIFIED;
ne 191 source3/smbd/notify_inotify.c ne.path = e->name;
ne 194 source3/smbd/notify_inotify.c ne.action, ne.path));
ne 200 source3/smbd/notify_inotify.c w->callback(in->ctx, w->private_data, &ne);
ne 207 source3/smbd/notify_inotify.c if (ne.action != NOTIFY_ACTION_NEW_NAME ||
ne 212 source3/smbd/notify_inotify.c ne.action = NOTIFY_ACTION_MODIFIED;
ne 219 source3/smbd/notify_inotify.c w->callback(in->ctx, w->private_data, &ne);
ne 370 source4/lib/wmi/wmi_wrap.c const char* ne = nb;
ne 371 source4/lib/wmi/wmi_wrap.c while (!equiv && *ne) {
ne 372 source4/lib/wmi/wmi_wrap.c for (nb = ne; *ne; ++ne) {
ne 373 source4/lib/wmi/wmi_wrap.c if (*ne == '|') break;
ne 375 source4/lib/wmi/wmi_wrap.c equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
ne 376 source4/lib/wmi/wmi_wrap.c if (*ne) ++ne;
ne 389 source4/lib/wmi/wmi_wrap.c const char* ne = nb;
ne 390 source4/lib/wmi/wmi_wrap.c while (!equiv && *ne) {
ne 391 source4/lib/wmi/wmi_wrap.c for (nb = ne; *ne; ++ne) {
ne 392 source4/lib/wmi/wmi_wrap.c if (*ne == '|') break;
ne 394 source4/lib/wmi/wmi_wrap.c equiv = (SWIG_TypeNameComp(nb, ne, tb, te) == 0) ? 1 : 0;
ne 395 source4/lib/wmi/wmi_wrap.c if (*ne) ++ne;
ne 139 source4/ntvfs/sysdep/inotify.c struct notify_event ne;
ne 150 source4/ntvfs/sysdep/inotify.c ne.action = NOTIFY_ACTION_ADDED;
ne 152 source4/ntvfs/sysdep/inotify.c ne.action = NOTIFY_ACTION_REMOVED;
ne 155 source4/ntvfs/sysdep/inotify.c ne.action = NOTIFY_ACTION_OLD_NAME;
ne 157 source4/ntvfs/sysdep/inotify.c ne.action = NOTIFY_ACTION_REMOVED;
ne 161 source4/ntvfs/sysdep/inotify.c ne.action = NOTIFY_ACTION_NEW_NAME;
ne 163 source4/ntvfs/sysdep/inotify.c ne.action = NOTIFY_ACTION_ADDED;
ne 166 source4/ntvfs/sysdep/inotify.c ne.action = NOTIFY_ACTION_MODIFIED;
ne 168 source4/ntvfs/sysdep/inotify.c ne.path = e->name;
ne 174 source4/ntvfs/sysdep/inotify.c w->callback(in->ctx, w->private_data, &ne);
ne 181 source4/ntvfs/sysdep/inotify.c if (ne.action != NOTIFY_ACTION_NEW_NAME ||
ne 186 source4/ntvfs/sysdep/inotify.c ne.action = NOTIFY_ACTION_MODIFIED;
ne 193 source4/ntvfs/sysdep/inotify.c w->callback(in->ctx, w->private_data, &ne);