Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb2pdu.c1949 static struct create_durable *
1952 struct create_durable *buf; in create_durable_buf()
1954 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_durable_buf()
1959 (struct create_durable, Data)); in create_durable_buf()
1962 (struct create_durable, Name)); in create_durable_buf()
1972 static struct create_durable *
1975 struct create_durable *buf; in create_reconnect_durable_buf()
1977 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL); in create_reconnect_durable_buf()
1982 (struct create_durable, Data)); in create_reconnect_durable_buf()
1985 (struct create_durable, Name)); in create_reconnect_durable_buf()
[all …]
A Dsmb2pdu.h183 struct create_durable { struct

Completed in 18 milliseconds