Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.h147 struct create_durable_v2 { struct
H A Dsmb2pdu.c2419 static struct create_durable_v2 *
2423 struct create_durable_v2 *buf; in create_durable_v2_buf()
2425 buf = kzalloc(sizeof(struct create_durable_v2), GFP_KERNEL); in create_durable_v2_buf()
2430 (struct create_durable_v2, dcontext)); in create_durable_v2_buf()
2433 (struct create_durable_v2, Name)); in create_durable_v2_buf()
2503 iov[num].iov_len = sizeof(struct create_durable_v2); in add_durable_v2_context()