Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.h124 struct create_posix_rsp { struct
125 struct create_context_hdr ccontext;
126 __u8 Name[16];
127 __le32 nlink;
128 __le32 reparse_tag;
129 __le32 mode;
131 u8 SidBuffer[44];
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.h363 struct create_posix_rsp { struct
364 u32 nlink;
365 u32 reparse_tag;
366 u32 mode;
367 struct cifs_sid owner; /* var-sized on the wire */
368 struct cifs_sid group; /* var-sized on the wire */