Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2pdu.h135 struct create_durable { struct
Dsmb2pdu.c2022 static struct create_durable *
2025 struct create_durable *buf; in create_durable_buf()
2027 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_durable_buf()
2032 (struct create_durable, Data)); in create_durable_buf()
2035 (struct create_durable, Name)); in create_durable_buf()
2045 static struct create_durable *
2048 struct create_durable *buf; in create_reconnect_durable_buf()
2050 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_reconnect_durable_buf()
2055 (struct create_durable, Data)); in create_reconnect_durable_buf()
2058 (struct create_durable, Name)); in create_reconnect_durable_buf()
[all …]