Home
last modified time | relevance | path

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

/fs/smb/client/
A Dsmb2pdu.c2233 static struct create_durable *
2236 struct create_durable *buf; in create_durable_buf()
2238 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_durable_buf()
2243 (struct create_durable, Data)); in create_durable_buf()
2246 (struct create_durable, Name)); in create_durable_buf()
2256 static struct create_durable *
2259 struct create_durable *buf; in create_reconnect_durable_buf()
2261 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_reconnect_durable_buf()
2266 (struct create_durable, Data)); in create_reconnect_durable_buf()
2269 (struct create_durable, Name)); in create_reconnect_durable_buf()
[all …]
/fs/smb/common/
A Dsmb2pdu.h1274 struct create_durable { struct

Completed in 23 milliseconds