Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ksmbd/
A Dsmb2pdu.h156 struct create_posix_rsp { struct
157 struct create_context ccontext;
158 __u8 Name[16];
159 __le32 nlink;
160 __le32 reparse_tag;
161 __le32 mode;
163 u8 SidBuffer[44];
/linux-6.3-rc2/fs/cifs/
A Dsmb2pdu.h380 struct create_posix_rsp { struct
381 u32 nlink;
382 u32 reparse_tag;
383 u32 mode;
384 struct cifs_sid owner; /* var-sized on the wire */
385 struct cifs_sid group; /* var-sized on the wire */

Completed in 9 milliseconds