Searched refs:private_next (Results 1 – 2 of 2) sorted by relevance
41 return remaining_list->private_close_fn (remaining_list->private_next, in execute_close_hooks()48 return execute_close_hooks (anchor.private_next, primary, fd); in execute_all_close_hooks()59 return remaining_list->private_ioctl_fn (remaining_list->private_next, in execute_ioctl_hooks()67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg); in execute_all_ioctl_hooks()78 if (link->private_next == NULL && link->private_prev == NULL) in register_fd_hook()81 link->private_next = anchor.private_next; in register_fd_hook()85 anchor.private_next->private_prev = link; in register_fd_hook()86 anchor.private_next = link; in register_fd_hook()100 struct fd_hook *next = link->private_next; in unregister_fd_hook()106 prev->private_next = next; in unregister_fd_hook()[all …]
45 struct fd_hook *private_next; member