Home
last modified time | relevance | path

Searched refs:create_durable_handle_reconnect_v2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.h168 struct create_durable_handle_reconnect_v2 { struct
Dsmb2pdu.c2258 static struct create_durable_handle_reconnect_v2 *
2261 struct create_durable_handle_reconnect_v2 *buf; in create_reconnect_durable_v2_buf()
2263 buf = kzalloc(sizeof(struct create_durable_handle_reconnect_v2), in create_reconnect_durable_v2_buf()
2269 cpu_to_le16(offsetof(struct create_durable_handle_reconnect_v2, in create_reconnect_durable_v2_buf()
2274 cpu_to_le16(offsetof(struct create_durable_handle_reconnect_v2, in create_reconnect_durable_v2_buf()
2317 iov[num].iov_len = sizeof(struct create_durable_handle_reconnect_v2); in add_durable_reconnect_v2_context()