Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2pdu.h157 struct create_durable_v2 { struct
Dsmb2pdu.c2197 static struct create_durable_v2 *
2201 struct create_durable_v2 *buf; in create_durable_v2_buf()
2203 buf = kzalloc(sizeof(struct create_durable_v2), GFP_KERNEL); in create_durable_v2_buf()
2208 (struct create_durable_v2, dcontext)); in create_durable_v2_buf()
2211 (struct create_durable_v2, Name)); in create_durable_v2_buf()
2277 iov[num].iov_len = sizeof(struct create_durable_v2); in add_durable_v2_context()
2282 le32_add_cpu(&req->CreateContextsLength, sizeof(struct create_durable_v2)); in add_durable_v2_context()