Lines Matching refs:create_durable
2051 static struct create_durable *
2054 struct create_durable *buf; in create_durable_buf()
2056 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_durable_buf()
2061 (struct create_durable, Data)); in create_durable_buf()
2064 (struct create_durable, Name)); in create_durable_buf()
2074 static struct create_durable *
2077 struct create_durable *buf; in create_reconnect_durable_buf()
2079 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_reconnect_durable_buf()
2084 (struct create_durable, Data)); in create_reconnect_durable_buf()
2087 (struct create_durable, Name)); in create_reconnect_durable_buf()
2344 iov[num].iov_len = sizeof(struct create_durable); in add_durable_context()