Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb2pdu.h837 struct smb2_file_link_info { /* encoding of request for level 11 */ struct
838 __u8 ReplaceIfExists; /* 1 = replace existing link with new */
840 __u8 Reserved[7];
841 __u64 RootDirectory; /* MBZ for network operations (why says spec?) */
842 __le32 FileNameLength;
843 char FileName[]; /* Name to be assigned to new link */
/linux/fs/ksmbd/
A Dsmb2pdu.h765 struct smb2_file_link_info { /* encoding of request for level 11 */ struct
766 __u8 ReplaceIfExists; /* 1 = replace existing link with new */
768 __u8 Reserved[7];
769 __u64 RootDirectory; /* MBZ for network operations (why says spec?) */
770 __le32 FileNameLength;
771 char FileName[0]; /* Name to be assigned to new link */

Completed in 14 milliseconds