notify_watch      381 source3/include/vfs.h 		NTSTATUS (*notify_watch)(struct vfs_handle_struct *handle,
notify_watch      562 source3/include/vfs.h 		struct vfs_handle_struct *notify_watch;
notify_watch       86 source3/include/vfs_macros.h #define SMB_VFS_NOTIFY_WATCH(conn, ctx, e, callback, private_data, handle_p) ((conn)->vfs.ops.notify_watch((conn)->vfs.handles.notify_watch, (ctx), (e), (callback), (private_data), (handle_p)))
notify_watch      220 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_NOTIFY_WATCH(conn, ctx, e, callback, private_data, handle_p) ((conn)->vfs_opaque.ops.notify_watch((conn)->vfs_opaque.handles.notify_watch, (ctx), (e), (callback), (private_data), (handle_p)))
notify_watch      355 source3/include/vfs_macros.h #define SMB_VFS_NEXT_NOTIFY_WATCH(conn, ctx, e, callback, private_data, handle_p) ((conn)->vfs_next.ops.notify_watch((conn)->vfs_next.handles.notify_watch, (ctx), (e), (callback), (private_data), (handle_p)))
notify_watch      412 source4/ntvfs/sysdep/inotify.c 	.notify_watch = inotify_watch
notify_watch       92 source4/ntvfs/sysdep/sys_notify.c 	ctx->notify_watch = NULL;
notify_watch       95 source4/ntvfs/sysdep/sys_notify.c 		ctx->notify_watch = backends[i].notify_watch;
notify_watch      113 source4/ntvfs/sysdep/sys_notify.c 	if (!ctx->notify_watch) {
notify_watch      116 source4/ntvfs/sysdep/sys_notify.c 	return ctx->notify_watch(ctx, e, callback, private_data, handle);
notify_watch       38 source4/ntvfs/sysdep/sys_notify.h 	notify_watch_t notify_watch;
notify_watch       43 source4/ntvfs/sysdep/sys_notify.h 	notify_watch_t notify_watch;