Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/server/
Dsmb2pdu.h127 struct create_posix_rsp { struct
128 struct create_context_hdr ccontext;
129 __u8 Name[16];
130 __le32 nlink;
131 __le32 reparse_tag;
132 __le32 mode;
134 u8 SidBuffer[44];
/kernel/linux/linux-6.6/fs/smb/client/
Dsmb2pdu.h363 struct create_posix_rsp { struct
364 u32 nlink;
365 u32 reparse_tag;
366 u32 mode;
367 struct smb_sid owner; /* var-sized on the wire */
368 struct smb_sid group; /* var-sized on the wire */
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h1758 struct create_posix_rsp { struct
1759 u32 nlink;
1760 u32 reparse_tag;
1761 u32 mode;
1762 struct cifs_sid owner; /* var-sized on the wire */
1763 struct cifs_sid group; /* var-sized on the wire */