io_notif_data
struct io_notif_data *nd = io_notif_to_data(notif);
struct io_notif_data *nd;
struct io_notif_data *nd = io_notif_to_data(notif);
struct io_notif_data *nd = container_of(uarg, struct io_notif_data, uarg);
struct io_notif_data *nd, *prev_nd;
nd = container_of(uarg, struct io_notif_data, uarg);
prev_nd = container_of(prev_uarg, struct io_notif_data, uarg);
struct io_notif_data *next;
struct io_notif_data *head;
static inline struct io_notif_data *io_notif_to_data(struct io_kiocb *notif)
return io_kiocb_to_cmd(notif, struct io_notif_data);
struct io_notif_data *nd = io_notif_to_data(notif);
struct io_notif_data *nd = io_notif_to_data(notif);