Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/common/
Dsmb2pdu.h1272 struct create_durable { struct
1273 struct create_context_hdr ccontext;
1274 __u8 Name[8];
1275 union {
1281 } Data;
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h889 struct create_durable { struct
890 struct create_context ccontext;
891 __u8 Name[8];
892 union {
918 struct create_durable_v2 { argument