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

/linux-master/fs/smb/client/
H A Dsmb2pdu.c2219 static struct create_durable *
2222 struct create_durable *buf;
2224 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL);
2229 (struct create_durable, Data));
2232 (struct create_durable, Name));
2242 static struct create_durable *
2245 struct create_durable *buf;
2247 buf = kzalloc(sizeof(struct create_durable), GFP_KERNEL);
2252 (struct create_durable, Data));
2255 (struct create_durable, Nam
[all...]
/linux-master/fs/smb/common/
H A Dsmb2pdu.h1232 struct create_durable { struct

Completed in 141 milliseconds