Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dsmb2pdu.h135 struct create_durable { struct
Dsmb2pdu.c2029 static struct create_durable *
2032 struct create_durable *buf; in create_durable_buf()
2034 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_durable_buf()
2039 (struct create_durable, Data)); in create_durable_buf()
2042 (struct create_durable, Name)); in create_durable_buf()
2052 static struct create_durable *
2055 struct create_durable *buf; in create_reconnect_durable_buf()
2057 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_reconnect_durable_buf()
2062 (struct create_durable, Data)); in create_reconnect_durable_buf()
2065 (struct create_durable, Name)); in create_reconnect_durable_buf()
[all …]