Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2pdu.h146 struct create_durable_v2 { struct
Dsmb2pdu.c2221 static struct create_durable_v2 *
2225 struct create_durable_v2 *buf; in create_durable_v2_buf()
2227 buf = kzalloc(sizeof(struct create_durable_v2), GFP_KERNEL); in create_durable_v2_buf()
2232 (struct create_durable_v2, dcontext)); in create_durable_v2_buf()
2235 (struct create_durable_v2, Name)); in create_durable_v2_buf()
2300 iov[num].iov_len = sizeof(struct create_durable_v2); in add_durable_v2_context()