notify_pending     40 source4/ntvfs/posix/pvfs_notify.c 		struct notify_pending *next, *prev;
notify_pending     63 source4/ntvfs/posix/pvfs_notify.c 	struct notify_pending *pending = notify_buffer->pending;
notify_pending    225 source4/ntvfs/posix/pvfs_notify.c 	struct notify_pending *pending;
notify_pending    260 source4/ntvfs/posix/pvfs_notify.c 	pending = talloc(f->notify_buffer, struct notify_pending);
notify_pending    267 source4/ntvfs/posix/pvfs_notify.c 	DLIST_ADD_END(f->notify_buffer->pending, pending, struct notify_pending *);