Lines Matching full:private_next
41 return remaining_list->private_close_fn (remaining_list->private_next,
48 return execute_close_hooks (anchor.private_next, primary, fd);
59 return remaining_list->private_ioctl_fn (remaining_list->private_next,
67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg);
78 if (link->private_next == NULL && link->private_prev == NULL)
81 link->private_next = anchor.private_next;
85 anchor.private_next->private_prev = link;
86 anchor.private_next = link;
100 struct fd_hook *next = link->private_next;
106 prev->private_next = next;
109 link->private_next = NULL;