Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb2pdu.h585 struct smb2_query_directory_req { struct
586 struct smb2_hdr hdr;
587 __le16 StructureSize; /* Must be 33 */
588 __u8 FileInformationClass;
589 __u8 Flags;
590 __le32 FileIndex;
592 __u64 VolatileFileId; /* opaque endianness */
593 __le16 FileNameOffset;
594 __le16 FileNameLength;
595 __le32 OutputBufferLength;
[all …]
/linux/fs/ksmbd/
A Dsmb2pdu.h465 struct smb2_query_directory_req { struct
466 struct smb2_hdr hdr;
468 __u8 FileInformationClass;
469 __u8 Flags;
470 __le32 FileIndex;
471 __le64 PersistentFileId;
472 __le64 VolatileFileId;
473 __le16 FileNameOffset;
474 __le16 FileNameLength;
475 __le32 OutputBufferLength;
[all …]

Completed in 17 milliseconds